[issue10188] tempfile.TemporaryDirectory may throw errors at shutdown

Nick Coghlan report at bugs.python.org
Sun Dec 12 16:26:52 CET 2010


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Tidy ups committed in r87182. Shutdown problems now result in a slightly more meaningful message on stderr, a ResourceWarning is triggered when an implicit teardown occurs and the chances of an AttributeError due to an exception in __init__ are minimised.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10188>
_______________________________________


More information about the Python-bugs-list mailing list