mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
b02ef715a3
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