-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
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
Comments
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. |
Fixed now, and we are planning to release the next 3.13 update next week. |
Thank you. |
Ouch... I had to revert to Python 3.13.3 for the time being. 😢 |
Yeah, it's a bad error, there should be a 3.13.5 later today with the fix. Trying to deal with the free threaded binaries has been nothing but pain, tbh. |
C/C++ build systems are so much FUN! |
Uh oh!
There was an error while loading. Please reload this page.
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
The text was updated successfully, but these errors were encountered: