]> granicus.if.org Git - python/commit
Re #18521: fix not-quite-C syntax that works only because the PyXXX_Check are macros...
authorGeorg Brandl <georg@python.org>
Mon, 14 Oct 2013 04:46:12 +0000 (06:46 +0200)
committerGeorg Brandl <georg@python.org>
Mon, 14 Oct 2013 04:46:12 +0000 (06:46 +0200)
commit782952b8fe7fd8b22987e71fd5e21526559540ff
tree2067c37bb64b60311308feb0e820a418104489af
parent33fc6d6040c1fafe66084c77d06179fce597a19a
Re #18521: fix not-quite-C syntax that works only because the PyXXX_Check are macros defined with () around them.
Modules/_ctypes/_ctypes.c
Modules/_testbuffer.c