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 hancos
Recipients hancos
Date 2021-12-06.21:20:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638825605.8.0.77974659196.issue46003@roundup.psfhosted.org>
In-reply-to
Content
When using threads, os.replace gives no errors on Linux. On Windows however you get PermissionErrors like: '[WinError 5] Access is denied' for os.replace and '[Errno 13] Permission denied' when reading the os.replace file.
The only way I could get this to work was to add retries with delay.
At least the documentation should be improved.
History
Date User Action Args
2021-12-06 21:20:05hancossetrecipients: + hancos
2021-12-06 21:20:05hancossetmessageid: <1638825605.8.0.77974659196.issue46003@roundup.psfhosted.org>
2021-12-06 21:20:05hancoslinkissue46003 messages
2021-12-06 21:20:05hancoscreate