]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
authorItai Steinherz <itaisteinherz@gmail.com>
Mon, 2 May 2022 23:19:13 +0000 (02:19 +0300)
committerGitHub <noreply@github.com>
Mon, 2 May 2022 23:19:13 +0000 (00:19 +0100)
commit39e6b8ae6a5b49bb23746fdcc354d148ff2d98e3
tree0744e51c145b37baa6335749d890bd1efba5f19f
parentebb8b512e959ca1a0a506ac0f0faf461b1b2ff85
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
Lib/test/test_os.py
Misc/ACKS
Misc/NEWS.d/next/Windows/2022-03-13-20-35-41.bpo-46785.Pnknyl.rst [new file with mode: 0644]
Modules/posixmodule.c