summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_pythread.h
Commit message (Collapse)AuthorAgeFilesLines
* gh-81057: Fix the wasm32-wasi Buildbot (gh-100139)Eric Snow2022-12-091-1/+1
| | | | | The build was broken by gh-100084. https://github.com/python/cpython/issues/81057
* gh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084)Eric Snow2022-12-091-0/+81
https://github.com/python/cpython/issues/81057