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 /PCbuild/pythoncore.vcxproj | |
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 'PCbuild/pythoncore.vcxproj')
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 190eaa1..1ec1067 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -204,7 +204,6 @@ <ClInclude Include="..\Include\internal\pycore_ast_state.h" /> <ClInclude Include="..\Include\internal\pycore_atexit.h" /> <ClInclude Include="..\Include\internal\pycore_atomic.h" /> - <ClInclude Include="..\Include\internal\pycore_atomic_funcs.h" /> <ClInclude Include="..\Include\internal\pycore_bitutils.h" /> <ClInclude Include="..\Include\internal\pycore_bytes_methods.h" /> <ClInclude Include="..\Include\internal\pycore_bytesobject.h" /> |