Kill a small potential leak in test_threading.
commitbb8367b2bcb098f9953486cd460c01af71453301
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 8 Nov 2009 00:24:12 +0000 (8 00:24 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 8 Nov 2009 00:24:12 +0000 (8 00:24 +0000)
tree1201bb483379cb04abddf89d86d03d6e27498226
parentf03d1266a10aa84cbe62bd2450553ae1556cca61
Kill a small potential leak in test_threading.
The leak may not manifest itself if the OS re-uses the same thread ids
(I suppose Neal's machine doesn't :-))

git-svn-id: http://svn.python.org/projects/python/trunk@76148 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_threading.py