This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Dormouse759
Recipients Dormouse759, belopolsky, skip.montanaro, vstinner
Date 2018-03-16.16:36:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521218215.94.0.467229070634.issue29673@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-03-16 16:36:56Dormouse759setrecipients: + Dormouse759, skip.montanaro, belopolsky, vstinner
2018-03-16 16:36:55Dormouse759setmessageid: <1521218215.94.0.467229070634.issue29673@psf.upfronthosting.co.za>
2018-03-16 16:36:55Dormouse759linkissue29673 messages
2018-03-16 16:36:55Dormouse759create