summaryrefslogtreecommitdiffstats
path: root/Python/thread_pthread_stubs.h
Commit message (Collapse)AuthorAgeFilesLines
* gh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084)Eric Snow2022-12-091-6/+3
| | | https://github.com/python/cpython/issues/81057
* gh-95174: Add pthread stubs for WASI (GH-95234)Christian Heimes2022-07-271-0/+185
Co-authored-by: Brett Cannon <brett@python.org>