summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorDonghee Na <donghee.na@python.org>2023-10-17 15:33:50 (GMT)
committerGitHub <noreply@github.com>2023-10-17 15:33:50 (GMT)
commit2dcc57008be7012b8249208282837ed4d9c3c3e2 (patch)
treebb611ba8ecb2048ec9fbd80588e1917fb17cba5b /Makefile.pre.in
parent232465204edb070751f4794c67dd31cd9b7c8c53 (diff)
downloadcpython-2dcc57008be7012b8249208282837ed4d9c3c3e2.zip
cpython-2dcc57008be7012b8249208282837ed4d9c3c3e2.tar.gz
cpython-2dcc57008be7012b8249208282837ed4d9c3c3e2.tar.bz2
gh-109693: Remove pycore_atomic.h (gh-110992)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index ff046ba..067bf12 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1754,7 +1754,6 @@ PYTHON_HEADERS= \
$(srcdir)/Include/internal/pycore_ast.h \
$(srcdir)/Include/internal/pycore_ast_state.h \
$(srcdir)/Include/internal/pycore_atexit.h \
- $(srcdir)/Include/internal/pycore_atomic.h \
$(srcdir)/Include/internal/pycore_bitutils.h \
$(srcdir)/Include/internal/pycore_bytes_methods.h \
$(srcdir)/Include/internal/pycore_bytesobject.h \