commit | 9602cc2aa43e489a61df800013bc7767094ede91 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Sun Jun 18 19:35:01 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Sun Jun 18 19:35:01 2006 +0000 |
tree | 867065f44f023c9f1c26bcdafeec7107e8afffc7 | |
parent | f5da071ec8ec0b84acd8d1038e1c4b584158ff63 [diff] |
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.