]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15478: Oops, fix regression in os.open() on Windows
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 5 Nov 2012 00:20:58 +0000 (01:20 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 5 Nov 2012 00:20:58 +0000 (01:20 +0100)
commit4e7d2d481a5ab86977bd9dbafbceabec7b48883b
tree02ef7816d71ce8f7562501faa4baad5d9db2d99c
parentec8c8ae7ae8553d108d09a29e530bf6f9a95a0c3
Issue #15478: Oops, fix regression in os.open() on Windows

os.open() uses _wopen() which sets errno, not the Windows error code.
Modules/posixmodule.c