fix (Py_s)size_t as argument type by removing old code that depended on PyArg_ParseTu...
authorStefan Behnel <scoder@users.berlios.de>
Tue, 10 Mar 2009 19:49:48 +0000 (20:49 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 10 Mar 2009 19:49:48 +0000 (20:49 +0100)
commit1bf1536c88ecd13174947a165570b76379c082c7
treed8d9fe1ddc51d536c6ba0805a0341cdb24e8db86
parent05dbd1dfb3b1314ab54963ab316c22c0f5a6bb7c
fix (Py_s)size_t as argument type by removing old code that depended on PyArg_ParseTupleAndKeywords()
Cython/Compiler/Nodes.py