Commit 257c772a authored by Guido van Rossum's avatar Guido van Rossum

Comment out use of reop.expand_escape and reop._expand until their

bugginess has been fixed.
parent 0318bd6a
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment