diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/ceval_gil.c | 1 | ||||
-rw-r--r-- | Python/thread_pthread.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Python/ceval_gil.c b/Python/ceval_gil.c index 97ef39e..92c4b2f 100644 --- a/Python/ceval_gil.c +++ b/Python/ceval_gil.c @@ -1,6 +1,5 @@ #include "Python.h" -#include "pycore_atomic.h" // _Py_ANNOTATE_RWLOCK_CREATE #include "pycore_ceval.h" // _PyEval_SignalReceived() #include "pycore_initconfig.h" // _PyStatus_OK() #include "pycore_interp.h" // _Py_RunGC() 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 */ |