Skip to content
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

Merged

Conversation

ericsnowcurrently
Copy link
Member

@ericsnowcurrently ericsnowcurrently commented Oct 13, 2021

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

@ericsnowcurrently ericsnowcurrently added skip news 🔨 test-with-buildbots Test PR w/ buildbots; report in status section labels Oct 13, 2021
@bedevere-bot
Copy link

🤖 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.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Oct 14, 2021
@ericsnowcurrently ericsnowcurrently marked this pull request as ready for review October 14, 2021 18:31
@ericsnowcurrently ericsnowcurrently force-pushed the frozen-modules-dev-default-off branch from b12ada3 to fc7a72f Compare October 14, 2021 21:00
@ericsnowcurrently ericsnowcurrently added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Oct 14, 2021
@bedevere-bot
Copy link

🤖 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.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Oct 14, 2021
@ericsnowcurrently ericsnowcurrently added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Oct 16, 2021
@bedevere-bot
Copy link

🤖 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.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Oct 16, 2021
@ericsnowcurrently ericsnowcurrently merged commit b9cdd0f into python:main Oct 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants