Message 404808 - Python tracker

Message404808

Author lemburg
Recipients Mark.Shannon, lemburg, lys.nikolaou, pablogsal
Date 2021-10-22.18:28:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634927320.67.0.781955167006.issue45563@roundup.psfhosted.org>
In-reply-to
Content
I see this in modules frozen by the Tools/freeze/ tool.

The line numbers shown for such frozen modules in the frameinfo stack are a bit off as well, compared normal Python. Could this be an indication that there's something not working quite right, which then leads to _PyCode_CheckLineNumber() returning -1 ?

The Tools/freeze/ doesn't do anything special, BTW. All it does is load the module and then store the marshal'ed code objects in C arrays. The information read from those C arrays should be the same as what Python reads from PYC files.
History
Date User Action Args
2021-10-22 18:28:40lemburgsetrecipients: + lemburg, Mark.Shannon, lys.nikolaou, pablogsal
2021-10-22 18:28:40lemburgsetmessageid: <1634927320.67.0.781955167006.issue45563@roundup.psfhosted.org>
2021-10-22 18:28:40lemburglinkissue45563 messages
2021-10-22 18:28:40lemburgcreate