mirror of https://github.com/python/cpython
Fix issue #13169: Reimport MAXREPEAT into sre_constants.py.
This commit is contained in:
parent
fa46816915
commit
9acb9bc659
|
@ -15,6 +15,8 @@
|
|||
|
||||
MAGIC = 20031017
|
||||
|
||||
from _sre import MAXREPEAT
|
||||
|
||||
# SRE standard exception (access as sre.error)
|
||||
# should this really be here?
|
||||
|
||||
|
|
Loading…
Reference in New Issue