Marcel Plch <gmarcel.p...@gmail.com> added the comment:

I have created a PR here - https://github.com/python/cpython/pull/6126

The problem was, indeed, change in the code structure. The macro checked for 
presence inside of PyEval_EvalFrame() using address of a neighbouring function.
Also, arguments to PyEval_EvalFrame() were changed, so the macro responsible 
for printing of the frame needed a little tweak.

----------
nosy: +Dormouse759

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue29673>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to