summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_percolator.py
diff options
context:
space:
mode:
authorBruno "Polaco" Penteado <polaco@gmail.com>2017-08-14 22:14:17 (GMT)
committerƁukasz Langa <lukasz@langa.pl>2017-08-14 22:14:17 (GMT)
commit2e0f4db114424a00354eab889ba8f7334a2ab8f0 (patch)
tree1d04d2c131de3cfdb846b46a99c203c2451adca7 /Lib/idlelib/idle_test/test_percolator.py
parent143be366295038b36fc32c44b8e1b48a375eab56 (diff)
downloadcpython-2e0f4db114424a00354eab889ba8f7334a2ab8f0.zip
cpython-2e0f4db114424a00354eab889ba8f7334a2ab8f0.tar.gz
cpython-2e0f4db114424a00354eab889ba8f7334a2ab8f0.tar.bz2
bpo-30983: eval frame rename in pep 0523 broke gdb's python extension (#2803)
pep 0523 renames PyEval_EvalFrameEx to _PyEval_EvalFrameDefault while the gdb python extension only looks for PyEval_EvalFrameEx to understand if it is dealing with a frame. Final effect is that attaching gdb to a python3.6 process doesnt resolve python objects. Eg. py-list and py-bt dont work properly. This patch fixes that. Tested locally on python3.6
Diffstat (limited to 'Lib/idlelib/idle_test/test_percolator.py')
0 files changed, 0 insertions, 0 deletions