Łukasz Langa added the comment:

The issue originally stems from the fact that a non-debug Python build with 
--enable-shared is inlining PyEval_EvalFrameEx into _PyEval_EvalFrameDefault.

So, the patch should really become to *replace* discovering PyEval_EvalFrameEx 
with the discovery of _PyEval_EvalFrameDefault. This might be problematic in 
the future when there is an actual JIT but currently it's strictly better than 
the current situation where the gdb bindings simply don't work for shared 
builds.

----------

_______________________________________
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