-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
test_free_threading/test_dict.py
does not guard _testcapi
import
#120579
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
Labels
Comments
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Jun 16, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 16, 2024
…ythonGH-120580) (cherry picked from commit 0c0348a) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
sobolevn
added a commit
that referenced
this issue
Jun 16, 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
Development
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Bug report
This line is the source of this potential test failure:
cpython/Lib/test/test_free_threading/test_dict.py
Lines 10 to 12 in cf49ef7
If you build CPython without test modules:
The proper way is to move this import this module conditionally and skip tests that rely on it, just like other modules do.
I have a PR ready.
Linked PRs
_testcapi
import intest_free_threading
#120580_testcapi
import intest_free_threading
(GH-120580) #120583The text was updated successfully, but these errors were encountered: