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 serhiy.storchaka
Recipients georg.brandl, ncoghlan, pitrou, sbt, serhiy.storchaka, vstinner
Date 2014-01-10.10:21:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389349295.1.0.12421462312.issue19077@psf.upfronthosting.co.za>
In-reply-to
Content
Excellent, Antoine!

Here is a patch for 3.3 with tests based on Antoine's patch. My changes to tests:

* TemporaryDirectory instance is preserved as attributes of several modules. So some modules can be destroyed before cleaning up temporary directory.

* Resource warning is not checked because the warning module can be destroyed at time of cleaning up temporary directory.
History
Date User Action Args
2014-01-10 10:21:35serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, ncoghlan, pitrou, vstinner, sbt
2014-01-10 10:21:35serhiy.storchakasetmessageid: <1389349295.1.0.12421462312.issue19077@psf.upfronthosting.co.za>
2014-01-10 10:21:35serhiy.storchakalinkissue19077 messages
2014-01-10 10:21:34serhiy.storchakacreate