diff options
author | Sam Gross <colesbury@gmail.com> | 2023-09-21 20:57:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-21 20:57:20 (GMT) |
commit | 2aceb21ae61b4648b47afd9f8fdba8c106a745d0 (patch) | |
tree | 27ec88d087a8fdee1e74096501cccf30a6b3a78b /Makefile.pre.in | |
parent | 5b8f0246834f211db0ea83b89277489abc2521ed (diff) | |
download | cpython-2aceb21ae61b4648b47afd9f8fdba8c106a745d0.zip cpython-2aceb21ae61b4648b47afd9f8fdba8c106a745d0.tar.gz cpython-2aceb21ae61b4648b47afd9f8fdba8c106a745d0.tar.bz2 |
gh-109693: Remove pycore_atomic_funcs.h (#109694)
_PyUnicode_FromId() now uses pyatomic.h functions instead.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index b6d00d5..d123fa3 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1743,7 +1743,6 @@ PYTHON_HEADERS= \ $(srcdir)/Include/internal/pycore_ast_state.h \ $(srcdir)/Include/internal/pycore_atexit.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_bytesobject.h \ |