Skip to content

Fix generating core API stubs on Windows - #7481

Merged
bdash merged 1 commit into
devfrom
test_stubs_find_python
Oct 14, 2025
Merged

Fix generating core API stubs on Windows#7481
bdash merged 1 commit into
devfrom
test_stubs_find_python

Conversation

@bdash

@bdash bdash commented Oct 13, 2025

Copy link
Copy Markdown
Contributor

"py -3" was being incorrectly quoted, preventing the stub generation script from running on Windows.

Instead of changing the quoting, I've opted to switch this to using find_package(Python3) to find the Python installation. This sets Python3_EXECUTABLE to point at the executable to run.

"py -3" was being incorrectly quoted, preventing the stub generation
script from running on Windows.

Instead of changing the quoting, I've opted to switch this to using
`find_package(Python3)` to find the Python installation. This sets
`Python3_EXECUTABLE` to point at the executable to run.
@bdash
bdash merged commit 866f242 into dev Oct 14, 2025
1 check passed
@bdash
bdash deleted the test_stubs_find_python branch October 14, 2025 14:42
@emesare emesare added this to the Io milestone Nov 11, 2025
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.

2 participants