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 vstinner
Recipients miss-islington, pablogsal, serhiy.storchaka, vstinner, zach.ware
Date 2019-07-08.22:10:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562623828.99.0.785647665675.issue37421@roundup.psfhosted.org>
In-reply-to
Content
It seems like tests don't leak temporary files anymore:

$ mkdir ~/TEMP
$ TMPDIR=~/TEMP TEMPDIR=~/TEMP ./python -m test -v -r -u all,-gui 
$ ls ~/TEMP
# empty directory

I close the issue.
History
Date User Action Args
2019-07-08 22:10:29vstinnersetrecipients: + vstinner, zach.ware, serhiy.storchaka, pablogsal, miss-islington
2019-07-08 22:10:28vstinnersetmessageid: <1562623828.99.0.785647665675.issue37421@roundup.psfhosted.org>
2019-07-08 22:10:28vstinnerlinkissue37421 messages
2019-07-08 22:10:28vstinnercreate