]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixes incorrect use of GetLastError where errno should be used.
authorSteve Dower <steve.dower@microsoft.com>
Sat, 14 Mar 2015 18:38:27 +0000 (11:38 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Sat, 14 Mar 2015 18:38:27 +0000 (11:38 -0700)
commit41e7244c062e5acbb10582d12d3a03caa892f435
tree93cb4d77d5c2534d345ef267bce2b05e0162fac3
parent0d70ab6b8c1f4a391546b6a41a2ab441cf0b6c27
Fixes incorrect use of GetLastError where errno should be used.
Python/fileutils.c