[issue6990] threading.local subclasses don't cleanup their state and it gets recycled

Antoine Pitrou report at bugs.python.org
Tue Sep 29 20:12:35 CEST 2009


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

I get the following failure on py3k:

test test_threading_local failed -- Traceback (most recent call last):
  File "/home/antoine/py3k/__svn__/Lib/test/test_threading_local.py",
line 107, in test_derived_cycle_dealloc
    self.assertTrue(passed)
AssertionError: False is not True

----------
resolution: fixed -> accepted
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6990>
_______________________________________


More information about the Python-bugs-list mailing list