Bohuslav "Slavek" Kabrda added the comment:

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

----------
nosy: +bkabrda
Added file: http://bugs.python.org/file30532/00170-gc-assertions.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9263>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to