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 bkabrda
Recipients bkabrda, dmalcolm, loewis, ncoghlan, pitrou
Date 2013-06-10.19:53:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370894011.56.0.19178914823.issue9263@psf.upfronthosting.co.za>
In-reply-to
Content
I'm currently patching Python 3.3.2 with this, so I thought it might be nice to attach an up-to-date patch. The only notable difference is that I added self.preclean() at the beginning of test_refcount_errors - without it, running test suite produced a huge number of these lines:

Exception AttributeError: "'GCCallbackTests' object has no attribute 'visit'" in <bound method GCCallbackTests.cb1 of <__main__.GCCallbackTests testMethod=test_refcount_errors>> ignored
History
Date User Action Args
2013-06-10 19:53:31bkabrdasetrecipients: + bkabrda, loewis, ncoghlan, pitrou, dmalcolm
2013-06-10 19:53:31bkabrdasetmessageid: <1370894011.56.0.19178914823.issue9263@psf.upfronthosting.co.za>
2013-06-10 19:53:31bkabrdalinkissue9263 messages
2013-06-10 19:53:31bkabrdacreate