[issue2496] test_no_refcycle_through_target sometimes fails in test_threading

Antoine Pitrou report at bugs.python.org
Thu Mar 27 13:36:01 CET 2008


Antoine Pitrou <pitrou at free.fr> added the comment:

This is a tentative patch. I can't verify it fixes anything but at least
it shouldn't do any harm ;)
If it doesn't fix it I see two possible explanations:
- the buildbots are running some kind of debug build which keeps
references to local variables, preventing them to be deallocated
- the C thread implementation needs fixing on some platforms

----------
keywords: +patch
Added file: http://bugs.python.org/file9874/test_threading.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2496>
__________________________________


More information about the Python-bugs-list mailing list