mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Co-authored-by: Brett Cannon <brett@python.org>
This commit is contained in:
parent
5aee46b31b
commit
2b16a08bc7
33 changed files with 103 additions and 21 deletions
|
|
@ -25,6 +25,7 @@
|
|||
from test import lock_tests
|
||||
from test import support
|
||||
|
||||
threading_helper.requires_working_threading(module=True)
|
||||
|
||||
# Between fork() and exec(), only async-safe functions are allowed (issues
|
||||
# #12316 and #11870), and fork() from a worker thread is known to trigger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue