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

Fix browse to work with python 3.11 #2311

Merged
merged 1 commit into from
Aug 23, 2023

Conversation

alcroito
Copy link
Contributor

Python sources should not contain null bytes, so don't pass the final string null terminator character to the python interpreter.

Fixes: #2310

Python sources should not contain null bytes, so don't pass the final
string null terminator character to the python interpreter.

Fixes: ninja-build#2310
@jhasse jhasse merged commit 22b778c into ninja-build:master Aug 23, 2023
9 checks passed
@jhasse jhasse added this to the 1.12.0 milestone Aug 23, 2023
@alcroito alcroito deleted the fix_browse_python_3_11 branch November 23, 2023 11:05
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.

ninja -t browse fails to launch on macOS with error: SyntaxError: source code cannot contain null bytes
2 participants