Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Merged
vstinner merged 2 commits intopython:mainfromngoldbaum:free-threaded-ci
Sep 1, 2025

Conversation

@ngoldbaum
Copy link
Contributor

I noticed there weren't any free-threaded builds for#149.

@ngoldbaumngoldbaumforce-pushed thefree-threaded-ci branch 2 times, most recently from33516bd to13f1410CompareAugust 26, 2025 20:03
@ngoldbaum
Copy link
ContributorAuthor

I'm confused why there's a complaint about an uninitialized variable, but only on 3.13t under GCC apparently:

test_pythoncapi_compat_cext.c: In function ‘test_long_api’:test_pythoncapi_compat_cext.c:1439:26: error: ‘digits’ may be used uninitialized [-Werror=maybe-uninitialized] 1439 |     ((digit *)digits)[0] = 123;      |     ~~~~~~~~~~~~~~~~~~~~~^~~~~test_pythoncapi_compat_cext.c:1431:11: note: ‘digits’ was declared here 1431 |     void *digits;      |           ^~~~~~

@vstinner do you have any idea what's going wrong?

@ngoldbaum
Copy link
ContributorAuthor

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.

Copy link
Member

@vstinnervstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM

@vstinnervstinner merged commit718e12e intopython:mainSep 1, 2025
36 checks passed
@vstinner
Copy link
Member

Merged, thanks@ngoldbaum!

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@vstinnervstinnervstinner approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@ngoldbaum@vstinner

[8]ページ先頭

©2009-2025 Movatter.jp