FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-45020: Default to using frozen modules unless running from source tree. by ericsnowcurrently · Pull Request #28940 · python/cpython · GitHub

/ cpython Public

bpo-45020: Default to using frozen modules unless running from source tree. - #28940

Merged
ericsnowcurrently merged 11 commits into
python:mainfrom
ericsnowcurrently:frozen-modules-dev-default-off
Oct 16, 2021
Merged

bpo-45020: Default to using frozen modules unless running from source tree.#28940
ericsnowcurrently merged 11 commits into
python:mainfrom
ericsnowcurrently:frozen-modules-dev-default-off

Conversation

ericsnowcurrently commented Oct 13, 2021
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

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

Comment thread Python/initconfig.c Outdated
Comment thread Python/initconfig.c Outdated
ericsnowcurrently added skip news 🔨 test-with-buildbots Test PR w/ buildbots; report in status section labels Oct 13, 2021

Copy link
Copy Markdown

🤖 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 removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Oct 14, 2021
ericsnowcurrently marked this pull request as ready for review October 14, 2021 18:31
ericsnowcurrently force-pushed the frozen-modules-dev-default-off branch from b12ada3 to fc7a72f Compare October 14, 2021 21:00
ericsnowcurrently added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Oct 14, 2021

Copy link
Copy Markdown

🤖 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 removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Oct 14, 2021
ericsnowcurrently added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Oct 16, 2021

Copy link
Copy Markdown

🤖 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 removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Oct 16, 2021
ericsnowcurrently merged commit b9cdd0f into python:main Oct 16, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL