mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
- reverted to "\x is binary byte"
- removed evil tabs from sre_parse and sre_compile
This commit is contained in:
parent
1739be50cb
commit
4ccea94152
3 changed files with 6 additions and 6 deletions
|
@ -39,7 +39,7 @@ def _compile(code, pattern, flags):
|
|||
return _sre.getlower(literal, flags)
|
||||
else:
|
||||
emit(OPCODES[op])
|
||||
fixup = lambda x: x
|
||||
fixup = lambda x: x
|
||||
skip = len(code); emit(0)
|
||||
for op, av in av:
|
||||
emit(OPCODES[op])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue