Comment 4 for bug 1270872

Revision history for this message
Marius Gedminas (mgedmin) wrote :

Ok, that test demonstrates a peculiarity of Python's garbage collection that was fixed in Python 3.4:
http://docs.python.org/dev/whatsnew/3.4.html#pep-442-safe-object-finalization

Therefore I think the best course of action is to disable this particular test on 3.4 and newer versions.