]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-129296: Fix `pyatomic.h` include paths (GH-129320) (#130667)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 28 Feb 2025 08:22:15 +0000 (09:22 +0100)
committerGitHub <noreply@github.com>
Fri, 28 Feb 2025 08:22:15 +0000 (08:22 +0000)
commit125ca028664ce72556e3983b57f521a118c4e677
treecb328ffa8b97fcdf32b57ecbf3fcb4918499bdc2
parentbafad8518149e5fd0d62fae83676e85e409246fd
[3.13] gh-129296: Fix `pyatomic.h` include paths (GH-129320) (#130667)

gh-129296: Fix `pyatomic.h` include paths (GH-129320)

Use relative includes in Include/cpython/pyatomic.h for
pyatomic_gcc.h, pyatomic_std.h and pyatomic_msc.h.

Do a similar change in Include/cpython/pythread.h for
pthread_stubs.h include.
(cherry picked from commit 3a974e39d54902699f360bc4db2fd351a6baf3ef)

Co-authored-by: Zanie Blue <contact@zanie.dev>
Include/cpython/pyatomic.h
Include/cpython/pythread.h