]> granicus.if.org Git - python/commit
Avoid AttributeError(_closed) when a TemporaryDirectory is deallocated whose mkdtemp...
authorGeorg Brandl <georg@python.org>
Sat, 11 Dec 2010 19:10:30 +0000 (19:10 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 11 Dec 2010 19:10:30 +0000 (19:10 +0000)
commitab3734fd97cb060b3e39d0350df0e741ad3b7b11
tree3ffd7f083bcc7730cfaecc9d83cdae9fd3f72e46
parentdd5909725cf742574f5bd196c5ed338c43664457
Avoid AttributeError(_closed) when a TemporaryDirectory is deallocated whose mkdtemp call failed.
Lib/tempfile.py