commit | dfb866d127c852dfd2d36dfb766d90a518aaf516 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Thu Sep 29 01:12:24 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Thu Sep 29 01:12:24 2011 +0200 |
tree | 572946c48d4f217f51f5233746cfaa43889d8566 | |
parent | 2bdc7f591b729c7c0351f92a80d090e41a7cea49 [diff] |
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!