commit | e134a7fe36652434c2ccffc4ebab2ec2031d1505 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Mar 30 10:09:31 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Mon Mar 30 10:09:31 2015 +0200 |
tree | 9eea060bf19c856881f438860eb2abdbe41f2bdd | |
parent | 2e1c4e5db2894ec4322f917e9babc4e37dca9244 [diff] |
Issue #23752: _Py_fstat() is now responsible to raise the Python exception Add _Py_fstat_noraise() function when a Python exception is not welcome.