mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Issue #22437: Number of capturing groups in regular expression is no longer
limited by 100.
This commit is contained in:
parent
c31e6227f9
commit
9baa5b2de2
8 changed files with 76 additions and 27 deletions
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
MAGIC = 20031017
|
||||
|
||||
from _sre import MAXREPEAT
|
||||
from _sre import MAXREPEAT, MAXGROUPS
|
||||
|
||||
# SRE standard exception (access as sre.error)
|
||||
# should this really be here?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue