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 xdegaye
Recipients belopolsky, serhiy.storchaka, xdegaye
Date 2018-03-25.12:08:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521979703.36.0.467229070634.issue24565@psf.upfronthosting.co.za>
In-reply-to
Content
A trace function may also be set in extension modules by PyEval_SetTrace() and it may not use f->f_trace. This is another reason why f->f_trace cannot be used in PyFrame_GetLineNumber() to know when f->f_lineno is valid.
History
Date User Action Args
2018-03-25 12:08:23xdegayesetrecipients: + xdegaye, belopolsky, serhiy.storchaka
2018-03-25 12:08:23xdegayesetmessageid: <1521979703.36.0.467229070634.issue24565@psf.upfronthosting.co.za>
2018-03-25 12:08:23xdegayelinkissue24565 messages
2018-03-25 12:08:23xdegayecreate