-
- Downloads
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
* [3.9] bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858). (cherry picked from commit 39e6b8ae) Co-authored-by:Itai Steinherz <itaisteinherz@gmail.com>
Showing
- Lib/test/test_os.py 43 additions, 0 deletionsLib/test/test_os.py
- Misc/ACKS 1 addition, 0 deletionsMisc/ACKS
- Misc/NEWS.d/next/Windows/2022-03-13-20-35-41.bpo-46785.Pnknyl.rst 1 addition, 0 deletions...S.d/next/Windows/2022-03-13-20-35-41.bpo-46785.Pnknyl.rst
- Modules/posixmodule.c 11 additions, 1 deletionModules/posixmodule.c
Loading
Please register or sign in to comment