| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [3.12] gh-129296: Fix `pythread.h` include paths (#129320) (#130668) | Victor Stinner | 2025-02-28 | 1 | -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 Heimes | 2022-07-27 | 1 | -0/+3 |
| | | | | Co-authored-by: Brett Cannon <brett@python.org> | ||||
| * | gh-79315: Add Include/cpython/pythread.h header (#91798) | Victor Stinner | 2022-04-21 | 1 | -0/+39 |
