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

bpo-46263: Do not ever expect "use_frozen_modules" to be -1. by ericsnowcurrently · Pull Request #30438 · python/cpython · GitHub

/ cpython Public

bpo-46263: Do not ever expect "use_frozen_modules" to be -1. - #30438

Merged
ericsnowcurrently merged 2 commits into
python:mainfrom
ericsnowcurrently:fix-test-embed
Jan 6, 2022
Merged

bpo-46263: Do not ever expect "use_frozen_modules" to be -1.#30438
ericsnowcurrently merged 2 commits into
python:mainfrom
ericsnowcurrently:fix-test-embed

Conversation

ericsnowcurrently commented Jan 6, 2022
edited
Loading

Copy link
Copy Markdown
Member

The check was added in gh-28940 (f1d3878 specifically) as a workaround in response to some buildbot failures. However, gh-29041 (for https://bugs.python.org/issue45582) made improvements to the "getpath" logic. Now a default "use_frozen_modules" is always set. So we can drop the workaround in the test.

This should resolve the buildbot failure on FreeBSD.

https://bugs.python.org/issue46263

bedevere-bot added tests Tests in the Lib/test dir awaiting core review labels Jan 6, 2022
ericsnowcurrently added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Jan 6, 2022

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @ericsnowcurrently for commit 0513fe0 🤖

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 Jan 6, 2022
ericsnowcurrently merged commit 68c76d9 into python:main Jan 6, 2022
ericsnowcurrently deleted the fix-test-embed branch January 6, 2022 18:56
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

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL