| commit | ff7fef9601d15cdf274b4b984c7638f33002e879 | [log] [tgz] |
|---|---|---|
| author | Serhiy Storchaka <storchaka@gmail.com> | Wed Feb 13 00:37:29 2013 +0200 |
| committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Feb 13 00:37:29 2013 +0200 |
| tree | 3daf809b893ec457ef45c321e8319814251f343a | |
| parent | b52d432a780fdfb861000c95eb2bbb594fda9900 [diff] | |
| parent | f6b361ec1a10b93ff8b927b400ca1777429bb23a [diff] |
Issue #16800: tempfile.gettempdir() no longer left temporary files when the disk is full. Original patch by Amir Szekely.