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 vidartf
Recipients lilydjwg, serhiy.storchaka, vidartf, xtreak
Date 2020-09-22.14:39:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600785550.22.0.431693639906.issue35144@roundup.psfhosted.org>
In-reply-to
Content
A somewhat easy repro:

Create the temporary directory, add a subdir (not sure if subdir truly necessary at this point), use `os.chdir()` to set the cwd to that subdir. Clean up the temp dir. The cwd should prevent the deletion because it will be "in use".
History
Date User Action Args
2020-09-22 14:39:10vidartfsetrecipients: + vidartf, lilydjwg, serhiy.storchaka, xtreak
2020-09-22 14:39:10vidartfsetmessageid: <1600785550.22.0.431693639906.issue35144@roundup.psfhosted.org>
2020-09-22 14:39:10vidartflinkissue35144 messages
2020-09-22 14:39:10vidartfcreate