[issue23836] PEP 475: Enhance faulthandler to handle better reentrant calls

Roundup Robot report at bugs.python.org
Wed Apr 1 18:51:54 CEST 2015


Roundup Robot added the comment:

New changeset 60e001ec141d by Victor Stinner in branch 'default':
Issue #23836: Add _Py_write_noraise() function
https://hg.python.org/cpython/rev/60e001ec141d

New changeset d9b9e2a68e7c by Victor Stinner in branch 'default':
Issue #23836: Document functions releasing the GIL in fileutils.c
https://hg.python.org/cpython/rev/d9b9e2a68e7c

New changeset 12e065efc821 by Victor Stinner in branch 'default':
Issue #23836: Use _Py_write_noraise() to retry on EINTR in trip_signal() of
https://hg.python.org/cpython/rev/12e065efc821

New changeset e3c97621d8b4 by Victor Stinner in branch 'default':
Issue #23836: Use _Py_write_noraise() to retry on EINTR in child_exec() of
https://hg.python.org/cpython/rev/e3c97621d8b4

New changeset 29ab05c5e9dc by Victor Stinner in branch 'default':
Issue #23836: Use _Py_write_noraise() to retry on EINTR in _Py_DumpTraceback()
https://hg.python.org/cpython/rev/29ab05c5e9dc

New changeset f07b855afbb2 by Victor Stinner in branch 'default':
Issue #23836: Fix the faulthandler module to handle reentrant calls
https://hg.python.org/cpython/rev/f07b855afbb2

----------
nosy: +python-dev

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23836>
_______________________________________


More information about the Python-bugs-list mailing list