mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0
binaries.
This commit is contained in:
parent
2a97cee5ed
commit
c8bf95cfc5
4 changed files with 8 additions and 3 deletions
|
@ -13,7 +13,6 @@
|
|||
import _sre, sys
|
||||
import sre_parse
|
||||
from sre_constants import *
|
||||
from _sre import MAXREPEAT
|
||||
|
||||
assert _sre.MAGIC == MAGIC, "SRE module mismatch"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue