This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients neologix, python-dev, vstinner
Date 2015-04-01.16:51:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150401165151.1924.99564@psf.io>
In-reply-to
Content
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
History
Date User Action Args
2015-04-01 16:51:54python-devsetrecipients: + python-dev, vstinner, neologix
2015-04-01 16:51:54python-devlinkissue23836 messages
2015-04-01 16:51:53python-devcreate