]> granicus.if.org Git - python/commit
bpo-38070: _Py_DumpTraceback() writes <no Python frame> (GH-16244)
authorVictor Stinner <vstinner@redhat.com>
Tue, 17 Sep 2019 21:36:16 +0000 (23:36 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2019 21:36:16 +0000 (23:36 +0200)
commit8fa3e1740b3f03ea65ddb68411c2238c5f98eec2
treed70fd85eaacdd93ef7c6cec52ac8b9290ccaab00
parent8fc5839a9def34c13b6025c291434ba5fb5d6442
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.
Python/traceback.c