]> granicus.if.org Git - python/commit
Issue #13772: In os.symlink() under Windows, do not try to guess the link
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 24 Jan 2012 08:05:18 +0000 (09:05 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 24 Jan 2012 08:05:18 +0000 (09:05 +0100)
commit91ecea24f53b99aa190f6b17c2b51d95cb09d233
tree223a4b5fa95e535f8fa16560cea1eaa748e8ef7d
parent09406023a8c19febb3358008ddeabe4450c21b79
parent5311c1d7ab24f862b9b0bb272a9aee9c4f4ac023
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).
Doc/library/os.rst
Lib/test/test_os.py
Misc/NEWS
Modules/posixmodule.c