This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients amaury.forgeotdarc, bbangert, pitrou, pjenvey
Date 2009-09-29.18:12:33
SpamBayes Score 0.0019185959
Marked as misclassified No
Message-id <1254247955.3.0.498652007469.issue6990@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-09-29 18:12:35pitrousetrecipients: + pitrou, amaury.forgeotdarc, pjenvey, bbangert
2009-09-29 18:12:35pitrousetmessageid: <1254247955.3.0.498652007469.issue6990@psf.upfronthosting.co.za>
2009-09-29 18:12:34pitroulinkissue6990 messages
2009-09-29 18:12:34pitroucreate