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

Run gyp_uv with CFG_PYTHON instead of directly #8821

Closed
wants to merge 1 commit into from

Conversation

alexcrichton
Copy link
Member

The syntax of the script requires python < 3, and so does our build system so we
can just use CFG_PYTHON to run the script. This prevents build failures where
python is actually python3 or later.

The syntax of the script requires python < 3, and so does our build system so we
can just use CFG_PYTHON to run the script. This prevents build failures where
`python` is actually python3 or later.
bors added a commit that referenced this pull request Aug 28, 2013
The syntax of the script requires python < 3, and so does our build system so we
can just use CFG_PYTHON to run the script. This prevents build failures where
`python` is actually python3 or later.
@bors bors closed this Aug 28, 2013
xFrednet pushed a commit to xFrednet/rust that referenced this pull request May 21, 2022
Fix ICE in `let_unit_value` when calling a static or const callable type

fixes rust-lang#8821

changelog: Fix ICE in `let_unit_value` when calling a static or const callable type
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.

3 participants