[New-bugs-announce] [issue30983] eval frame rename in pep 0523 broke gdp's python extension

Bruno Penteado report at bugs.python.org
Fri Jul 21 09:02:35 EDT 2017


New submission from Bruno Penteado:

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

----------
messages: 298804
nosy: bcap
priority: normal
severity: normal
status: open
title: eval frame rename in pep 0523 broke gdp's python extension
versions: Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30983>
_______________________________________


More information about the New-bugs-announce mailing list