]> granicus.if.org Git - python/commit
Prevent spurious leaks when running regrtest.py -R. There may be more
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 18 Jun 2006 19:35:01 +0000 (19:35 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 18 Jun 2006 19:35:01 +0000 (19:35 +0000)
commit9602cc2aa43e489a61df800013bc7767094ede91
tree867065f44f023c9f1c26bcdafeec7107e8afffc7
parentf5da071ec8ec0b84acd8d1038e1c4b584158ff63
Prevent spurious leaks when running regrtest.py -R.  There may be more
issues that crop up from time to time, but this change seems to have been
pretty stable (no spurious warnings) for about a week.

Other modules which use threads may require similar use of
threading_setup/threading_cleanup from test_support.
Lib/test/test_socket.py
Lib/test/test_support.py
Lib/test/test_threadedtempfile.py
Misc/build.sh