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-46263: Do not ever expect "use_frozen_modules" to be -1. #30438

Merged
merged 2 commits into from Jan 6, 2022

Conversation

ericsnowcurrently
Copy link
Member

@ericsnowcurrently ericsnowcurrently commented Jan 6, 2022

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 bedevere-bot added tests Tests in the Lib/test dir awaiting core review labels Jan 6, 2022
@ericsnowcurrently ericsnowcurrently added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Jan 6, 2022
@bedevere-bot
Copy link

🤖 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 bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Jan 6, 2022
@ericsnowcurrently ericsnowcurrently merged commit 68c76d9 into python:main Jan 6, 2022
@ericsnowcurrently ericsnowcurrently deleted the fix-test-embed branch January 6, 2022 18:56
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.

None yet

3 participants