mirror of
https://github.com/python/cpython.git
synced 2025-12-03 16:19:41 +00:00
Fixed refleak tests for _struct changes
This commit is contained in:
parent
3b5547021b
commit
f2f41ebef4
1 changed files with 0 additions and 1 deletions
|
|
@ -728,7 +728,6 @@ def dash_R_cleanup(fs, ps, pic, abcs):
|
||||||
dircache.reset()
|
dircache.reset()
|
||||||
linecache.clearcache()
|
linecache.clearcache()
|
||||||
mimetypes._default_mime_types()
|
mimetypes._default_mime_types()
|
||||||
struct._cache.clear()
|
|
||||||
filecmp._cache.clear()
|
filecmp._cache.clear()
|
||||||
doctest.master = None
|
doctest.master = None
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue