]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
execfile should call PyErr_SetFromErrnoWithFilename instead of
authorPeter Schneider-Kamp <nowonder@nowonder.de>
Tue, 27 Aug 2002 16:58:00 +0000 (16:58 +0000)
committerPeter Schneider-Kamp <nowonder@nowonder.de>
Tue, 27 Aug 2002 16:58:00 +0000 (16:58 +0000)
commit4c0134248c18403ee5f091ac36e5d16cc077bbfa
tree9f228678861c35dd5374570d8db54e70a3e17c6b
parent80a04a4894fea84c76e316a6cf75c2618b03f0b1
execfile should call PyErr_SetFromErrnoWithFilename instead of
simply PyErr_SetFromErrno

This closes bug 599163.
Python/bltinmodule.c