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 lemburg
Recipients Mark.Shannon, lemburg, lys.nikolaou, pablogsal
Date 2021-10-22.17:26:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634923596.05.0.377168490522.issue45563@roundup.psfhosted.org>
In-reply-to
Content
Update: I've been trying hard to find a short version which triggers the issue, but so far it seems to only trigger when using exec() from a frozen Python module.

There don't appear to be many ways frame->f_lineno can end up being -1 (which then gets translated into None in Python). _PyCode_CheckLineNumber() is one source I found.

Any hints where to look for the cause of this weird effect ?
History
Date User Action Args
2021-10-22 17:26:36lemburgsetrecipients: + lemburg, Mark.Shannon, lys.nikolaou, pablogsal
2021-10-22 17:26:36lemburgsetmessageid: <1634923596.05.0.377168490522.issue45563@roundup.psfhosted.org>
2021-10-22 17:26:36lemburglinkissue45563 messages
2021-10-22 17:26:36lemburgcreate