Kumar Aditya
08489325d1
gh-125161: return non zero value in pthread_self on wasi ( #125303 )
2024-10-13 20:59:41 +05:30
Antoine Pitrou
0e9c364f4a
GH-110829: Ensure Thread.join() joins the OS thread ( #110848 )
...
Joining a thread now ensures the underlying OS thread has exited. This is required for safer fork() in multi-threaded processes.
---------
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
2023-11-04 13:59:24 +00:00
Victor Stinner
b298b395e8
gh-108765: Cleanup #include in Python/*.c files ( #108977 )
...
Mention one symbol imported by each #include.
2023-09-06 15:56:08 +02:00
Eric Snow
1160001b34
gh-81057: Move Threading-Related Globals to _PyRuntimeState ( #100084 )
...
https://github.com/python/cpython/issues/81057
2022-12-08 17:50:58 -07:00
Christian Heimes
0fe645d6fd
gh-95174: Add pthread stubs for WASI (GH-95234)
...
Co-authored-by: Brett Cannon <brett@python.org>
2022-07-27 20:28:06 +02:00