Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33
add CI builds for free-threaded Python versions#150
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
33516bd to13f1410Comparengoldbaum commentedAug 26, 2025
I'm confused why there's a complaint about an uninitialized variable, but only on 3.13t under GCC apparently: @vstinner do you have any idea what's going wrong? |
ngoldbaum commentedAug 27, 2025
It looks like the missing error checking was tripping up the compiler, but only on 3.13t. Not sure why, but adding error checking fixes it. This is ready now, I think. |
vstinner left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
718e12e intopython:mainUh oh!
There was an error while loading.Please reload this page.
vstinner commentedSep 1, 2025
Merged, thanks@ngoldbaum! |
I noticed there weren't any free-threaded builds for#149.