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

Avoid in-flight .pyc compiles of Pex bootstrap code. #1890

Merged
merged 1 commit into from
Aug 25, 2022

Conversation

jsirois
Copy link
Member

@jsirois jsirois commented Aug 25, 2022

Fixes #1889

@jsirois
Copy link
Member Author

jsirois commented Aug 25, 2022

A grep over the codebase confirms this is the last spot that was bespoke; now everything uses this utility function.

@jsirois jsirois changed the title Avoid in-flight .pyc compiles of Pex ootstrap code. Avoid in-flight .pyc compiles of Pex bootstrap code. Aug 25, 2022
@jsirois jsirois merged commit 1a7bd54 into pex-tool:main Aug 25, 2022
@jsirois jsirois deleted the issues/1889 branch August 25, 2022 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PEXBuilder is not robust to ephemeral .pyc compiles.
2 participants