Victor Stinner b02ef715a3 Use Py_uintptr_t for atomic pointers
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.
2016-01-22 14:09:55 +01:00
..
2015-08-24 20:23:27 -07:00
2016-01-18 07:53:59 +01:00
2016-01-20 11:12:38 +01:00
2016-01-22 14:09:55 +01:00
2015-11-10 12:11:52 +01:00
2015-12-29 10:08:51 -06:00
2016-01-20 11:19:46 +01:00

Miscellaneous source files for the main Python shared library