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 barry
Recipients FFY00, barry, eryksun, ucodery
Date 2021-10-26.02:04:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635213859.72.0.94311674797.issue45545@roundup.psfhosted.org>
In-reply-to
Content
Does a LBYL strategy actually fix the problem?  E.g. what if the directory gets rm'd between __enter__ and __exit__?  Maybe we shouldn't try to be clever at all and just leave it to the user to decide what to do, and how to handle any chdir-back failures?  Keep it simple?
History
Date User Action Args
2021-10-26 02:04:19barrysetrecipients: + barry, eryksun, FFY00, ucodery
2021-10-26 02:04:19barrysetmessageid: <1635213859.72.0.94311674797.issue45545@roundup.psfhosted.org>
2021-10-26 02:04:19barrylinkissue45545 messages
2021-10-26 02:04:19barrycreate