mirror of
https://github.com/python/cpython
synced 2024-11-05 18:12:54 +00:00
5fe59f8e3a
PEP 523 introduced _PyEval_EvalFrameDefault which inlines PyEval_EvalFrameEx on non-debug shared builds. This breaks the ability to use py-bt, py-up, and a few other Python-specific gdb integrations. This patch fixes the problem by only looking for _PyEval_EvalFrameDefault frames. test_gdb passes on both a debug and a non-debug build. Original patch by Bruno "Polaco" Penteado. |
||
---|---|---|
.. | ||
libpython.py |