summaryrefslogtreecommitdiff
path: root/Include/pymacro.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-31338 (#3374)Barry Warsaw2017-09-141-0/+2
* bpo-29936: fix typo __GNU*C*_MINOR__ (#878)Niklas Fiekas2017-03-281-1/+1
* Add Py_MEMBER_SIZE macroVictor Stinner2016-09-081-0/+3
* replace Py_(u)intptr_t with the c99 standard typesBenjamin Peterson2016-09-061-4/+4
* Issue #25558: Use compile-time asserts.Serhiy Storchaka2015-11-071-0/+4
* Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY()Victor Stinner2014-05-141-1/+14
* Issue #19976: Argument Clinic METH_NOARGS functions now alwaysLarry Hastings2014-01-041-0/+6
* Fix test for GCC 3.1+ but not strict ANSI CChristian Heimes2013-06-241-1/+1
* Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1.Christian Heimes2013-01-061-2/+5
* GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89)Christian Heimes2012-09-231-1/+1
* Issue #15144: Fix possible integer overflow when handling pointers as integer...Antoine Pitrou2012-09-201-0/+14
* Rename Py_BUILD_ASSERT to Py_BUILD_ASSERT_EXPRVictor Stinner2011-09-291-6/+5
* pymacro.h: Inline _Py_ARRAY_LENGTH_CHECK() and add http://ccodearchive.net/Victor Stinner2011-09-291-13/+12
* Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an arrayVictor Stinner2011-09-291-0/+57