mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
gh-109693: Remove pycore_atomic.h (gh-110992)
This commit is contained in:
parent
232465204e
commit
2dcc57008b
8 changed files with 4 additions and 564 deletions
|
@ -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()
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue