diff options
author | Donghee Na <donghee.na@python.org> | 2023-10-17 15:33:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-17 15:33:50 (GMT) |
commit | 2dcc57008be7012b8249208282837ed4d9c3c3e2 (patch) | |
tree | bb611ba8ecb2048ec9fbd80588e1917fb17cba5b /Python/thread_pthread.h | |
parent | 232465204edb070751f4794c67dd31cd9b7c8c53 (diff) | |
download | cpython-2dcc57008be7012b8249208282837ed4d9c3c3e2.zip cpython-2dcc57008be7012b8249208282837ed4d9c3c3e2.tar.gz cpython-2dcc57008be7012b8249208282837ed4d9c3c3e2.tar.bz2 |
gh-109693: Remove pycore_atomic.h (gh-110992)
Diffstat (limited to 'Python/thread_pthread.h')
-rw-r--r-- | Python/thread_pthread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/thread_pthread.h b/Python/thread_pthread.h index 7a6aef7..76a1f77 100644 --- a/Python/thread_pthread.h +++ b/Python/thread_pthread.h @@ -1,6 +1,5 @@ #include "pycore_interp.h" // _PyInterpreterState.threads.stacksize #include "pycore_pythread.h" // _POSIX_SEMAPHORES -#include "pycore_atomic.h" // _Py_ANNOTATE_PURE_HAPPENS_BEFORE_MUTEX /* Posix threads interface */ |