]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1.
authorChristian Heimes <christian@cheimes.de>
Sun, 6 Jan 2013 15:41:56 +0000 (16:41 +0100)
committerChristian Heimes <christian@cheimes.de>
Sun, 6 Jan 2013 15:41:56 +0000 (16:41 +0100)
commit61dbb0086952cdc13f3ca89db810ec365a9cf9b7
tree22595ccea2c798864799877ffff24ca30f6f788c
parenta873690d2c027cdd1683a9b8fd013563f9b150c8
Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1.
Include/pymacro.h
Misc/NEWS