mirror of
https://github.com/python/cpython.git
synced 2025-10-21 22:22:48 +00:00
Merge trunk up to 43069, putting re.py back and hopefully making the branch
usable again.
This commit is contained in:
parent
725ccd1810
commit
9ada3d6e29
5 changed files with 7 additions and 6 deletions
|
@ -110,7 +110,7 @@ import sys
|
|||
import getopt
|
||||
import random
|
||||
import warnings
|
||||
import sre
|
||||
import re
|
||||
import cStringIO
|
||||
import traceback
|
||||
|
||||
|
@ -525,7 +525,7 @@ def runtest(test, generate, verbose, quiet, testdir=None, huntrleaks=False):
|
|||
_path_created.clear()
|
||||
warnings.filters[:] = fs
|
||||
gc.collect()
|
||||
sre.purge()
|
||||
re.purge()
|
||||
_strptime._regex_cache.clear()
|
||||
urlparse.clear_cache()
|
||||
urllib.urlcleanup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue