]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch by Vladimir Marangozov to unload additionally imported modules
authorGuido van Rossum <guido@python.org>
Fri, 21 Apr 2000 21:35:06 +0000 (21:35 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 21 Apr 2000 21:35:06 +0000 (21:35 +0000)
commit5796d26794eee634a4a06637d99d8d5c58da2bdb
tree1b2ca7855f3e07b722af5327e60f953e6801fb12
parentcdd092fe4874def51f6a3f9d972bd47588235ce4
Patch by Vladimir Marangozov to unload additionally imported modules
after each test has been run.  This avoids excessive memory growth
during the tests.
Lib/test/regrtest.py