Skip to content
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

Skip test_free_threading with GIL #120659

Closed
nineteendo opened this issue Jun 17, 2024 · 2 comments
Closed

Skip test_free_threading with GIL #120659

nineteendo opened this issue Jun 17, 2024 · 2 comments
Labels
topic-free-threading type-feature A feature request or enhancement

Comments

@nineteendo
Copy link
Contributor

nineteendo commented Jun 17, 2024

Feature or enhancement

Proposal:

test_free_threading shouldn't run when the GIL is enabled. It takes 2 minutes on the default build, making it the slowest test in the suite.

Has this already been discussed elsewhere?

This is a minor feature, which does not need previous discussion elsewhere

Links to previous discussion of this feature:

Linked PRs

@blhsing
Copy link
Contributor

blhsing commented Jun 18, 2024

test_free_threading shouldn't run when the GIL is disabled.

I think you mean to say "should only run" rather than "shouldn't run".

miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jun 18, 2024
(cherry picked from commit 360f14a)

Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
@vstinner
Copy link
Member

Fixed by 360f14a.

vstinner pushed a commit that referenced this issue Jun 18, 2024
…0694)

gh-120659: Skip `test_freethreading` with GIL (GH-120660)
(cherry picked from commit 360f14a)

Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
picnixz pushed a commit to picnixz/cpython that referenced this issue Jun 19, 2024
mrahtz pushed a commit to mrahtz/cpython that referenced this issue Jun 30, 2024
noahbkim pushed a commit to hudson-trading/cpython that referenced this issue Jul 11, 2024
estyxx pushed a commit to estyxx/cpython that referenced this issue Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic-free-threading type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

4 participants