]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45061: Enhance faulthandler traceback wit no Python frame (GH-28090)
authorVictor Stinner <vstinner@python.org>
Tue, 31 Aug 2021 15:34:29 +0000 (17:34 +0200)
committerGitHub <noreply@github.com>
Tue, 31 Aug 2021 15:34:29 +0000 (17:34 +0200)
commit888d4cc06b887e77f281ba4d640e281cb4c61b7b
tree530d6281ecc1588802a5cec2f663f1278d920410
parent3c65457156d87e55010507d616b4eecb7a02883d
bpo-45061: Enhance faulthandler traceback wit no Python frame (GH-28090)

Fix indentation of <no Python frame> message in a faulthandler
traceback or a Fatal Python error traceback. Example:

Current thread 0x00007f03896fb740 (most recent call first):
  Garbage-collecting
  <no Python frame>
Python/traceback.c