mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
Issue #26161: Use Py_uintptr_t instead of void* for atomic pointers in pyatomic.h. Use atomic_uintptr_t when <stdatomic.h> is used. Using void* causes compilation warnings depending on which implementation of atomic types is used.
Miscellaneous source files for the main Python shared library