summaryrefslogtreecommitdiffstats
path: root/Include/cpython/pythread.h
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] gh-129296: Fix `pythread.h` include paths (#129320) (#130668)Victor Stinner2025-02-281-1/+1
| | | | | | | | | | gh-129296: Fix `pythread.h` include paths (#129320) Use relative includes in Include/cpython/pythread.h for pthread_stubs.h. (cherry picked from commit 3a974e39d54902699f360bc4db2fd351a6baf3ef) Co-authored-by: Zanie Blue <contact@zanie.dev>
* gh-95174: Add pthread stubs for WASI (GH-95234)Christian Heimes2022-07-271-0/+3
| | | Co-authored-by: Brett Cannon <brett@python.org>
* gh-79315: Add Include/cpython/pythread.h header (#91798)Victor Stinner2022-04-211-0/+39