mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Fixed too ambitious "nothing to repeat" check. Closes bug #114033.
This commit is contained in:
parent
5c0b43d1e2
commit
13ac9926ac
4 changed files with 6 additions and 3 deletions
|
@ -12,8 +12,6 @@ import string, sys
|
|||
|
||||
from sre_constants import *
|
||||
|
||||
MAXREPEAT = 65535
|
||||
|
||||
SPECIAL_CHARS = ".\\[{()*+?^$|"
|
||||
REPEAT_CHARS = "*+?{"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue