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 steve.dower
Recipients eric.snow, ncoghlan, steve.dower, vstinner
Date 2021-10-22.23:34:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634945673.07.0.143319252894.issue45582@roundup.psfhosted.org>
In-reply-to
Content
The PR has more work to do, but the overall layout/changes are more or less there, so happy to discuss feedback/etc.

Obviously there are a lot of edge cases here, but they seem to be mostly tested already. And I think we're early enough in alpha to find any major issues (or absorb any necessary minor changes - seems like trailing slashes might change on some paths).

There are also some changes/hacks into the new frozen module support, so that I can freeze getpath.py without turning it into a module. I really just want to execute the bytecode - no reason for any of its contents to stick around - and this works out pretty neatly. But if the changes to frozen modules seem off then maybe we can split it into totally separate freezing support?
History
Date User Action Args
2021-10-22 23:34:33steve.dowersetrecipients: + steve.dower, ncoghlan, vstinner, eric.snow
2021-10-22 23:34:33steve.dowersetmessageid: <1634945673.07.0.143319252894.issue45582@roundup.psfhosted.org>
2021-10-22 23:34:33steve.dowerlinkissue45582 messages
2021-10-22 23:34:32steve.dowercreate