diff options
author | Ćukasz Langa <lukasz@langa.pl> | 2017-08-14 16:06:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-14 16:06:28 -0700 |
commit | 09b77165e3fffa7b7ff160ad06042cdcfa004bf5 (patch) | |
tree | a959fa18d911387335a411f0af57e31409a488b9 /Tools/scripts/patchcheck.py | |
parent | f2d769d539279f01a6589dd3a0d5865dd00e13b0 (diff) | |
download | cpython-git-09b77165e3fffa7b7ff160ad06042cdcfa004bf5.tar.gz |
[3.6] bpo-30983: eval frame rename in pep 0523 broke gdb's python extension (GH-2803) (#3090)
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
(cherry picked from commit 2e0f4db114)
Diffstat (limited to 'Tools/scripts/patchcheck.py')
0 files changed, 0 insertions, 0 deletions