COMMITS
/ Include/pyatomic.h September 19, 2023
S
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross committed
October 30, 2018
V
bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239)
Victor Stinner committed
September 14, 2017
S
bpo-31462: Remove trailing whitespaces. (#3564)
Serhiy Storchaka committed
September 7, 2017
S
bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)
Steve Dower committed
August 20, 2017
S
bpo-9566 & bpo-30747: Silence warnings from pyatomic.h macros (#3140)
Segev Finer committed
August 12, 2017
P
bpo-30747: Attempt to fix atomic load/store (#2383)
Pär Björklund committed
September 6, 2016
B
replace Py_(u)intptr_t with the c99 standard types
Benjamin Peterson committed
January 22, 2016
V
Use Py_uintptr_t for atomic pointers
Victor Stinner committed
September 18, 2015
V
Issue #25150: Hide the private _Py_atomic_xxx symbols from the public
Victor Stinner committed
March 17, 2015
V
Issue #23644: Fix issues with C++ when compiling Python extensions
Victor Stinner committed
March 12, 2015
V
Issue #23644, #22038: Move #include <stdatomic.c> inside the extern "C" { ... }
Victor Stinner committed
January 9, 2015
V
Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for
Victor Stinner committed
December 5, 2011
B
- Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix
Barry Warsaw committed
November 19, 2011
P
Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER
Petri Lehtinen committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
May 3, 2010
J
Make (most of) Python's tests pass under Thread Sanitizer.
Jeffrey Yasskin committed