Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
gh-99582: freeze zipimport into _bootstrap_python#99583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
gh-99582: freeze zipimport into _bootstrap_python#99583
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Misc/NEWS.d/next/Core and Builtins/2022-11-19-01-11-06.gh-issue-99582.wvOBVy.rst OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
When build python with other build systems, we may need_bootstrap_python to import modules from zipped stdlib.
…e-99582.wvOBVy.rstCo-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
24bbe37
toa11a2fc
Comparebedevere-bot commentedNov 29, 2022
🤖 New build scheduled with the buildbot fleet by@kumaraditya303 for commit1eda26d 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
Thanks |
Uh oh!
There was an error while loading.Please reload this page.
When build python with other build systems, we may need _bootstrap_python to import modules from zipped stdlib.
I have tested this PR on Windows, Linux, and macOS. But since this change will affect the building process, I suggest we also test it with buildbot before merge.