summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2017-08-21 23:40:29 (GMT)
committerGitHub <noreply@github.com>2017-08-21 23:40:29 (GMT)
commit5fe59f8e3a0a56a155c18f9d581205ec533764b6 (patch)
tree18c9d827e32f95d6b64a55f69a718330bd7cb8ae /Misc/ACKS
parentea57923e89aa4a1bde1d4fa1de7d6eacff603683 (diff)
downloadcpython-5fe59f8e3a0a56a155c18f9d581205ec533764b6.zip
cpython-5fe59f8e3a0a56a155c18f9d581205ec533764b6.tar.gz
cpython-5fe59f8e3a0a56a155c18f9d581205ec533764b6.tar.bz2
bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (#3153)
PEP 523 introduced _PyEval_EvalFrameDefault which inlines PyEval_EvalFrameEx on non-debug shared builds. This breaks the ability to use py-bt, py-up, and a few other Python-specific gdb integrations. This patch fixes the problem by only looking for _PyEval_EvalFrameDefault frames. test_gdb passes on both a debug and a non-debug build. Original patch by Bruno "Polaco" Penteado.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r--Misc/ACKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index e3e02eb..b2e0592 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1185,6 +1185,7 @@ Berker Peksag
Andreas Pelme
Steven Pemberton
Bo Peng
+Bruno "Polaco" Penteado
Santiago Peresón
George Peristerakis
Thomas Perl