commit | 97f86b82b74244974212ff970010e2435dd10c0f | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Apr 01 18:38:01 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Wed Apr 01 18:38:01 2015 +0200 |
tree | 82400dd594ccb4f2e220cb413916be92cfbd2c55 | |
parent | 185fd33a17de34abb3379a3970e2a52c7c3cd945 [diff] |
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().