]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-129296: Fix `pythread.h` include paths (#129320) (#130668)
authorVictor Stinner <vstinner@python.org>
Fri, 28 Feb 2025 08:19:50 +0000 (09:19 +0100)
committerGitHub <noreply@github.com>
Fri, 28 Feb 2025 08:19:50 +0000 (08:19 +0000)
commit107e08dfb18c7d752f8452dcc659f0225b1a25fa
treea256b9af33710c6cac9157738784134ea958547c
parentb8f2ff08f1a2cf5bd08c84e998527551197e9a6d
[3.12] gh-129296: Fix `pythread.h` include paths (#129320) (#130668)

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>
Include/cpython/pythread.h