-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add fallback implementation of PyCriticalSection_BeginMutex for Python 3.13t
#5981
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
Changes from 17 commits
d569c4c
5e7d423
9de6d1a
00bcf66
225cb46
0e6ffd3
862aa00
24db64d
c17212a
3d4af60
358d3c7
fea12dc
1ef8cae
f7a002c
3f82060
f20f126
89b2879
9a039df
afb4a2a
3095f2f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -408,6 +408,7 @@ def test_import_in_subinterpreter_before_main(): | |
| @pytest.mark.skipif( | ||
| sys.platform.startswith("emscripten"), reason="Requires loadable modules" | ||
| ) | ||
| @pytest.mark.xfail(env.MUSLLINUX, reason="Flaky on musllinux", strict=False) | ||
|
||
| @pytest.mark.skipif(not CONCURRENT_INTERPRETERS_SUPPORT, reason="Requires 3.14.0b3+") | ||
| def test_import_in_subinterpreter_concurrently(): | ||
| """Tests that importing a module in multiple subinterpreters concurrently works correctly""" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.