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 rbcollins
Recipients rbcollins
Date 2014-10-30.09:57:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414663065.15.0.782385301612.issue22764@psf.upfronthosting.co.za>
In-reply-to
Content
test_assertRaises_frames_survival (unittest2.test.test_assertions.Test_Assertions
Depends on refcount behaviour to pass - adding a gc.collect() before the weakref checks is sufficient to fix things on pypy.

test_no_exception_leak (unittest2.test.test_case.Test_TestCase
similarly here adding a juidicious gc.collect solves the issue.
History
Date User Action Args
2014-10-30 09:57:45rbcollinssetrecipients: + rbcollins
2014-10-30 09:57:45rbcollinssetmessageid: <1414663065.15.0.782385301612.issue22764@psf.upfronthosting.co.za>
2014-10-30 09:57:45rbcollinslinkissue22764 messages
2014-10-30 09:57:45rbcollinscreate