diff options
author | Bruno "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) |
commit | 2e0f4db114424a00354eab889ba8f7334a2ab8f0 (patch) | |
tree | 1d04d2c131de3cfdb846b46a99c203c2451adca7 /Lib/idlelib/idle_test/test_help_about.py | |
parent | 143be366295038b36fc32c44b8e1b48a375eab56 (diff) | |
download | cpython-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_help_about.py')
0 files changed, 0 insertions, 0 deletions