Changes by Bruno Penteado :
--
pull_requests: +2853
___
Python tracker
<http://bugs.python.org/issue30983>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Bruno Penteado :
--
title: eval frame rename in pep 0523 broke gdp's python extension -> eval frame
rename in pep 0523 broke gdb's python extension
___
Python tracker
<http://bugs.pytho
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