COMMITS
/ Include/pymacro.h March 29, 2017
N
bpo-29936: fix typo __GNU*C*_MINOR__ (#878)
Niklas Fiekas committed
September 8, 2016
V
Add Py_MEMBER_SIZE macro
Victor Stinner committed
September 6, 2016
B
replace Py_(u)intptr_t with the c99 standard types
Benjamin Peterson committed
November 7, 2015
S
Issue #25558: Use compile-time asserts.
Serhiy Storchaka committed
May 14, 2014
V
Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY()
Victor Stinner committed
January 4, 2014
L
Issue #19976: Argument Clinic METH_NOARGS functions now always
Larry Hastings committed
June 24, 2013
C
Fix test for GCC 3.1+ but not strict ANSI C
Christian Heimes committed
January 6, 2013
C
Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1.
Christian Heimes committed
September 23, 2012
C
GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89)
Christian Heimes committed
September 20, 2012
September 29, 2011
V
Rename Py_BUILD_ASSERT to Py_BUILD_ASSERT_EXPR
Victor Stinner committed
V
pymacro.h: Inline _Py_ARRAY_LENGTH_CHECK() and add http://ccodearchive.net/
Victor Stinner committed
September 28, 2011
V
Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an array
Victor Stinner committed