mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
OK, reop is safe again.
This commit is contained in:
parent
f1c018de87
commit
c4d6c4d950
1 changed files with 2 additions and 2 deletions
|
@ -1504,5 +1504,5 @@ def compile(pattern, flags=0):
|
|||
|
||||
# Replace expand_escape and _expand functions with their C equivalents.
|
||||
# If you suspect bugs in the C versions, comment out the next two lines
|
||||
##expand_escape = reop.expand_escape
|
||||
##_expand = reop._expand
|
||||
expand_escape = reop.expand_escape
|
||||
_expand = reop._expand
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue