Uh oh!
There was an error while loading. Please reload this page.
bpo-45020: Default to using frozen modules unless running from source tree. - #28940
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
bedevere-bot
commented
Oct 14, 2021
🤖 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
fc7a72fComparebedevere-bot
commented
Oct 14, 2021
🤖 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
commented
Oct 16, 2021
🤖 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