Skip to content

Python 3.13.4 C-extension builds link against python313t.lib on non-threaded Python #135151

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

Closed
cgohlke opened this issue Jun 4, 2025 · 3 comments
Assignees
Labels
3.13 bugs and security fixes build The build process and cross-build OS-windows release-blocker type-bug An unexpected behavior, bug, or error

Comments

@cgohlke
Copy link

cgohlke commented Jun 4, 2025

Bug report

Bug description:

Same issue as #133779, except this applies to the Python 3.13.4 production release.

CPython versions tested on:

3.13

Operating systems tested on:

Windows

Linked PRs

@cgohlke cgohlke added the type-bug An unexpected behavior, bug, or error label Jun 4, 2025
@hugovk hugovk added OS-windows build The build process and cross-build 3.13 bugs and security fixes labels Jun 5, 2025
@zooba zooba self-assigned this Jun 5, 2025
@zooba
Copy link
Member

zooba commented Jun 5, 2025

Easiest fix is to do the same as we did in 3.14, and stop trying to be clever about the default value. Though I'm still not even totally clear on how we're getting the wrong one - I guess Wix is messing up search path order or something.

@zooba
Copy link
Member

zooba commented Jun 5, 2025

Fixed now, and we are planning to release the next 3.13 update next week.

@cgohlke
Copy link
Author

cgohlke commented Jun 5, 2025

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.13 bugs and security fixes build The build process and cross-build OS-windows release-blocker type-bug An unexpected behavior, bug, or error
Projects
Development

No branches or pull requests

3 participants