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 gregory.p.smith
Recipients ericzolf, gregory.p.smith, python-dev, serhiy.storchaka
Date 2020-05-27.19:59:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590609591.02.0.659002367289.issue40701@roundup.psfhosted.org>
In-reply-to
Content
I expect the best decision to be to get rid of tempfile.tempdir entirely.  That would need be its own issue with a deprecation period involved.

A process global that alters behavior of all calls into a module that don't explicitly opt-out is a bad API.
History
Date User Action Args
2020-05-27 19:59:51gregory.p.smithsetrecipients: + gregory.p.smith, python-dev, serhiy.storchaka, ericzolf
2020-05-27 19:59:51gregory.p.smithsetmessageid: <1590609591.02.0.659002367289.issue40701@roundup.psfhosted.org>
2020-05-27 19:59:51gregory.p.smithlinkissue40701 messages
2020-05-27 19:59:50gregory.p.smithcreate