You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[windows] Provide a symlink alternative for Windows.
Python 2.7 in Windows do not have os.symlink. Provide one by using Win32
API, and try to match the behaviour that seems to be implied by the Unix
implementation (meaning, the destination is removed before the symlink
is created).
0 commit comments