]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an array
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 28 Sep 2011 23:12:24 +0000 (01:12 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 28 Sep 2011 23:12:24 +0000 (01:12 +0200)
commitdfb866d127c852dfd2d36dfb766d90a518aaf516
tree572946c48d4f217f51f5233746cfaa43889d8566
parent2bdc7f591b729c7c0351f92a80d090e41a7cea49
Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an array

Move other various macros to pymcacro.h

Thanks Rusty Russell for having written these amazing C macros!
Include/Python.h
Include/pymacro.h [new file with mode: 0644]
Makefile.pre.in
Misc/ACKS
PCbuild/pythoncore.vcproj