-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-45020: Default to using frozen modules unless running from source tree. #28940
bpo-45020: Default to using frozen modules unless running from source tree. #28940
Conversation
🤖 New build scheduled with the buildbot fleet by @ericsnowcurrently for commit b12ada3b3249484a8adca22e3ac82be8a1a3fc04 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
…Py_IsDevelopmentEnv()).
b12ada3
to
fc7a72f
Compare
🤖 New build scheduled with the buildbot fleet by @ericsnowcurrently for commit fc7a72f 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
🤖 New build scheduled with the buildbot fleet by @ericsnowcurrently for commit f1d3878 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
Currently the default is "off". Switching it on means users get the benefit without having to do anything. The special-case for running-in-source-tree is so contributors don't get surprised when their stdlib changes don't get used.
https://bugs.python.org/issue45020