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, serhiy.storchaka
Date 2013-09-23.14:58:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379948326.54.0.765934536043.issue19077@psf.upfronthosting.co.za>
In-reply-to
Content
The proposed patch solves the problem with TemporaryDirectory cleanup. If shutil.rmtree() failed because module globals are set to None, TemporaryDirectory now uses own rmtree implementation which does not depends from globals. The patch also fixes other minor problems related to __del__ and fixes do_create() in tests (it deleted subdirectories just after creation).

See also issue10188.
History
Date User Action Args
2013-09-23 14:58:46serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, ncoghlan
2013-09-23 14:58:46serhiy.storchakasetmessageid: <1379948326.54.0.765934536043.issue19077@psf.upfronthosting.co.za>
2013-09-23 14:58:46serhiy.storchakalinkissue19077 messages
2013-09-23 14:58:46serhiy.storchakacreate