From: Christian Heimes Date: Fri, 4 Jan 2008 02:46:19 +0000 (+0000) Subject: Fixed refleak tests for _struct changes X-Git-Tag: v2.6a1~762 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2f41ebef48dcf5857f8522cca99be9464a3f3b4;p=thirdparty%2FPython%2Fcpython.git Fixed refleak tests for _struct changes --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 067d6a22bdbf..0cc0c5783aa2 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -728,7 +728,6 @@ def dash_R_cleanup(fs, ps, pic, abcs): dircache.reset() linecache.clearcache() mimetypes._default_mime_types() - struct._cache.clear() filecmp._cache.clear() doctest.master = None