]> granicus.if.org Git - python/commit
Issue #25182: Fix compilation on Windows
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 30 Sep 2015 13:01:34 +0000 (15:01 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 30 Sep 2015 13:01:34 +0000 (15:01 +0200)
commit89719e1daf8b15810145baf56d984ecbc1bab7ef
tree9823a357a068dbb42c063460947f175bd4a1fe67
parenta59018c7ab905584ed94d35b2cf93067e116f8f2
Issue #25182: Fix compilation on Windows

Restore also errno value before calling PyErr_SetFromErrno().
Objects/fileobject.c