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 Mark.Shannon
Recipients Mark.Shannon, silverjubleegaming, vstinner
Date 2022-01-12.16:14:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642004095.32.0.193798511967.issue46356@roundup.psfhosted.org>
In-reply-to
Content
f_lineno is not part of the API. No field in PyFrameObject is.

I don't know how we can stop people from using them though.

If they don't know better than pulling data out of undocumented internal struct, then I'm not sure an underscore prefix is going to help.
It won't do any harm, though.
History
Date User Action Args
2022-01-12 16:14:55Mark.Shannonsetrecipients: + Mark.Shannon, vstinner, silverjubleegaming
2022-01-12 16:14:55Mark.Shannonsetmessageid: <1642004095.32.0.193798511967.issue46356@roundup.psfhosted.org>
2022-01-12 16:14:55Mark.Shannonlinkissue46356 messages
2022-01-12 16:14:55Mark.Shannoncreate