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 <rep...@bugs.python.org>
<http://bugs.python.org/issue30983>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to