Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace Py_(u)intptr_t with the c99 standard types | Benjamin Peterson | 2016-09-06 | 1 | -2/+2 |
* | Use Py_uintptr_t for atomic pointers | Victor Stinner | 2016-01-22 | 1 | -3/+3 |
* | Issue #25150: Hide the private _Py_atomic_xxx symbols from the public | Victor Stinner | 2015-09-18 | 1 | -4/+2 |
* | Issue #23644: Fix issues with C++ when compiling Python extensions | Victor Stinner | 2015-03-17 | 1 | -9/+3 |
* | Issue #23644, #22038: Move #include <stdatomic.c> inside the extern "C" { ... } | Victor Stinner | 2015-03-12 | 1 | -4/+4 |
* | Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for | Victor Stinner | 2015-01-09 | 1 | -3/+77 |
* | - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix | Barry Warsaw | 2011-12-05 | 1 | -0/+1 |
* | Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER | Petri Lehtinen | 2011-11-19 | 1 | -2/+4 |
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -0/+2 |
* | Make (most of) Python's tests pass under Thread Sanitizer. | Jeffrey Yasskin | 2010-05-03 | 1 | -0/+179 |