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, vstinner
Date 2014-01-10.10:25:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Since 3.4.0.b2, this also causes failures in another tests: test_io, test_logging, test_threading, test_warnings. There are various cases testing that some types get collected when the interpreter shuts down.

I'm attaching a new patch that covers all of these.
History
Date User Action Args
2014-01-10 10:25:22bkabrdasetrecipients: + bkabrda, vstinner
2014-01-10 10:25:22bkabrdasetmessageid: <[email protected]>
2014-01-10 10:25:22bkabrdalinkissue19527 messages
2014-01-10 10:25:22bkabrdacreate