10 Commits (f0ccbbbc577f686ae5b4ab28a8e61bb524433d2d)

Author SHA1 Message Date
Benjamin Peterson ca47063998 replace Py_(u)intptr_t with the c99 standard types 9 years ago
Victor Stinner 244e12088d Use Py_uintptr_t for atomic pointers 10 years ago
Victor Stinner b02ef715a3 Use Py_uintptr_t for atomic pointers 10 years ago
Victor Stinner 6df29ada02 Issue #25150: Hide the private _Py_atomic_xxx symbols from the public 10 years ago
Victor Stinner 6562b29e13 Issue #23644: Fix issues with C++ when compiling Python extensions 11 years ago
Victor Stinner 3b6d0ae8fe Issue #23644, #22038: Move #include <stdatomic.c> inside the extern "C" { ... } 11 years ago
Victor Stinner 4f5366e65a Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for 11 years ago
Barry Warsaw 9f57135465 - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix 14 years ago
Petri Lehtinen 8d40f16a60 Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER 14 years ago
Martin v. Löwis 4d0d471a80 Merge branches/pep-0384. 15 years ago
Jeffrey Yasskin 39370830a9 Make (most of) Python's tests pass under Thread Sanitizer. 16 years ago