diff options
author | Bruno "Polaco" Penteado <polaco@gmail.com> | 2017-08-14 23:14:17 +0100 |
---|---|---|
committer | Ćukasz Langa <lukasz@langa.pl> | 2017-08-14 15:14:17 -0700 |
commit | 2e0f4db114424a00354eab889ba8f7334a2ab8f0 (patch) | |
tree | 1d04d2c131de3cfdb846b46a99c203c2451adca7 /Lib/idlelib/configdialog.py | |
parent | 143be366295038b36fc32c44b8e1b48a375eab56 (diff) | |
download | cpython-git-2e0f4db114424a00354eab889ba8f7334a2ab8f0.tar.gz |
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/configdialog.py')
0 files changed, 0 insertions, 0 deletions