summaryrefslogtreecommitdiffstats
path: root/Python/thread_pthread_stubs.h
Commit message (Expand)AuthorAgeFilesLines
* GH-110829: Ensure Thread.join() joins the OS thread (#110848)Antoine Pitrou2023-11-041-0/+9
* gh-108765: Cleanup #include in Python/*.c files (#108977)Victor Stinner2023-09-061-1/+1
* gh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084)Eric Snow2022-12-091-6/+3
* gh-95174: Add pthread stubs for WASI (GH-95234)Christian Heimes2022-07-271-0/+185