mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Issue #13772: In os.symlink() under Windows, do not try to guess the link
target's type (file or directory). The detection was buggy and made the call non-atomic (therefore prone to race conditions).
This commit is contained in:
commit
91ecea24f5
4 changed files with 14 additions and 19 deletions
|
@ -458,6 +458,10 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #13772: In os.symlink() under Windows, do not try to guess the link
|
||||
target's type (file or directory). The detection was buggy and made the
|
||||
call non-atomic (therefore prone to race conditions).
|
||||
|
||||
- Issue #6631: Disallow relative file paths in urllib urlopen methods.
|
||||
|
||||
- Issue #13722: Avoid silencing ImportErrors when initializing the codecs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue