Skip to content

cmake: Fix generation of ".pyd" module removing extra dot #392

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

Merged
merged 1 commit into from
May 15, 2025

Conversation

jcfr
Copy link
Contributor

@jcfr jcfr commented May 15, 2025

Fix a regression introduced in 3c74c4b ("cmake: Starting with Python3.8, append SOABI to extension shared library name", 2025-05-09) ensuring the library name is "extension_name.pyd" instead of "extension_name..pyd"

Related pull requests:

Fix a regression introduced in 3c74c4b ("cmake: Starting with Python3.8, append SOABI to extension shared library name", 2025-05-09)
ensuring the library name is "extension_name.pyd" instead of "extension_name..pyd"
@jcfr jcfr enabled auto-merge (rebase) May 15, 2025 15:43
@jcfr jcfr merged commit fbd152b into python-cmake-buildsystem:master May 15, 2025
20 checks passed
@jcfr jcfr deleted the fix-pyd-generation branch May 15, 2025 16:02
@jcfr
Copy link
Contributor Author

jcfr commented May 15, 2025

Working toward addressing:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant