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 vstinner
Recipients vstinner
Date 2022-01-12.15:36:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642001785.81.0.123944902758.issue46355@roundup.psfhosted.org>
In-reply-to
Content
> f_lineno: changed, use PyFrame_GetLineNumber()

Oh I was wrong, PyFrame_GetLineNumber() code is the same in Python 3.10. It was already a bad idea to read directly the f_lineno member in Python 3.10: PyFrame_GetLineNumber() should always be called.
History
Date User Action Args
2022-01-12 15:36:25vstinnersetrecipients: + vstinner
2022-01-12 15:36:25vstinnersetmessageid: <1642001785.81.0.123944902758.issue46355@roundup.psfhosted.org>
2022-01-12 15:36:25vstinnerlinkissue46355 messages
2022-01-12 15:36:25vstinnercreate