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.22:18:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634941108.27.0.924142588122.issue45563@roundup.psfhosted.org>
In-reply-to
Content
Turns out this was a bug in the freeze.py script I was using. I had added a bug work-around for the modulefinder module and even though it should work as advertised, it seems to be missing some code object attributes when recreating the objects which fixed file paths.

The stdlib version uses the .replace() method which was added in Python 3.8 and that appears to work better.

Is it possible that code objects now have some extra attributes in 3.10 which aren't exposed ? E.g. things placed into ce_extras ?
History
Date User Action Args
2021-10-22 22:18:28lemburgsetrecipients: + lemburg, Mark.Shannon, lys.nikolaou, pablogsal
2021-10-22 22:18:28lemburgsetmessageid: <1634941108.27.0.924142588122.issue45563@roundup.psfhosted.org>
2021-10-22 22:18:28lemburglinkissue45563 messages
2021-10-22 22:18:28lemburgcreate