]> granicus.if.org Git - python/commit
Issue #23836: Use _Py_write_noraise() to retry on EINTR in _Py_DumpTraceback()
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Apr 2015 16:38:01 +0000 (18:38 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Apr 2015 16:38:01 +0000 (18:38 +0200)
commit97f86b82b74244974212ff970010e2435dd10c0f
tree82400dd594ccb4f2e220cb413916be92cfbd2c55
parent185fd33a17de34abb3379a3970e2a52c7c3cd945
Issue #23836: Use _Py_write_noraise() to retry on EINTR in _Py_DumpTraceback()
and _Py_DumpTracebackThreads(). Document also these functions to explain that
the caller is responsible to call PyErr_CheckSignals().
Python/traceback.c