]> granicus.if.org Git - python/commit
Issue #23752: _Py_fstat() is now responsible to raise the Python exception
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Mar 2015 08:09:31 +0000 (10:09 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Mar 2015 08:09:31 +0000 (10:09 +0200)
commite134a7fe36652434c2ccffc4ebab2ec2031d1505
tree9eea060bf19c856881f438860eb2abdbe41f2bdd
parent2e1c4e5db2894ec4322f917e9babc4e37dca9244
Issue #23752: _Py_fstat() is now responsible to raise the Python exception

Add _Py_fstat_noraise() function when a Python exception is not welcome.
12 files changed:
Include/fileutils.h
Modules/_io/fileio.c
Modules/main.c
Modules/mmapmodule.c
Modules/posixmodule.c
Modules/signalmodule.c
Programs/_freeze_importlib.c
Python/dynload_shlib.c
Python/fileutils.c
Python/marshal.c
Python/random.c
Python/sysmodule.c