commit | 8fa3e1740b3f03ea65ddb68411c2238c5f98eec2 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Tue Sep 17 23:36:16 2019 +0200 |
committer | GitHub <noreply@github.com> | Tue Sep 17 23:36:16 2019 +0200 |
tree | d70fd85eaacdd93ef7c6cec52ac8b9290ccaab00 | |
parent | 8fc5839a9def34c13b6025c291434ba5fb5d6442 [diff] |
bpo-38070: _Py_DumpTraceback() writes <no Python frame> (GH-16244) When a Python thread has no frame, _Py_DumpTraceback() and _Py_DumpTracebackThreads() now write "<no Python frame>", rather than writing nothing.