]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34113: Fix a crash when using LLTRACE is on (GH-8517)
authorcostypetrisor <costypetrisor@users.noreply.github.com>
Tue, 31 Jul 2018 20:55:14 +0000 (20:55 +0000)
committerVictor Stinner <vstinner@redhat.com>
Tue, 31 Jul 2018 20:55:14 +0000 (22:55 +0200)
commit8ed317f1ca42a43df14282bbc3ccc0b5610432f4
tree608abbe452767ddbd65946d45665082c2af4e773
parent944451cd8d3e897138f4b43569de13cd081ee251
bpo-34113: Fix a crash when using LLTRACE is on (GH-8517)

Fix a crash on negative STACKADJ() when Low-Level trace (LLTRACE) is enabled.
Lib/test/test_lltrace.py [new file with mode: 0644]
Misc/NEWS.d/next/Core and Builtins/2018-07-28-10-34-00.bpo-34113.eZ5FWV.rst [new file with mode: 0644]
Python/ceval.c