mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
244e12088d
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