summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-12-23 02:41:08 (GMT)
committerGitHub <noreply@github.com>2020-12-23 02:41:08 (GMT)
commit52a327c1cbb86c7f2f5c460645889b23615261bf (patch)
treedf67ef901c5300349c073e8031c4d410ba016ca7 /Makefile.pre.in
parent46b5c6be29f6470a20dd0dbd34e794debcee7c04 (diff)
downloadcpython-52a327c1cbb86c7f2f5c460645889b23615261bf.zip
cpython-52a327c1cbb86c7f2f5c460645889b23615261bf.tar.gz
cpython-52a327c1cbb86c7f2f5c460645889b23615261bf.tar.bz2
bpo-39465: Add pycore_atomic_funcs.h header (GH-20766)
Add pycore_atomic_funcs.h internal header file: similar to pycore_atomic.h but don't require to declare variables as atomic. Add _Py_atomic_size_get() and _Py_atomic_size_set() functions.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 69ed2519..5c93b0b 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1111,6 +1111,7 @@ PYTHON_HEADERS= \
$(srcdir)/Include/internal/pycore_abstract.h \
$(srcdir)/Include/internal/pycore_accu.h \
$(srcdir)/Include/internal/pycore_atomic.h \
+ $(srcdir)/Include/internal/pycore_atomic_funcs.h \
$(srcdir)/Include/internal/pycore_bitutils.h \
$(srcdir)/Include/internal/pycore_bytes_methods.h \
$(srcdir)/Include/internal/pycore_call.h \