]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129296: Fix `pyatomic.h` include paths (#129320)
authorZanie Blue <contact@zanie.dev>
Wed, 29 Jan 2025 15:06:19 +0000 (09:06 -0600)
committerGitHub <noreply@github.com>
Wed, 29 Jan 2025 15:06:19 +0000 (15:06 +0000)
commit3a974e39d54902699f360bc4db2fd351a6baf3ef
tree817427a82fc545b75fead5645541eb1ebe080fee
parent25cf79a0829422bd8479ca0c13c72b769422077b
gh-129296: Fix `pyatomic.h` include paths (#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.
Include/cpython/pyatomic.h
Include/cpython/pythread.h