fix type of string constant length field in string table to Py_ssize_t (instead of...
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 15 Mar 2013 15:00:42 +0000 (16:00 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 15 Mar 2013 15:00:42 +0000 (16:00 +0100)
commitcd98dbdb29d25f648b90bd5be2d1cc0451ad803f
treeca2cff4b83accb3337a8b36c94d09754d3f97fe5
parent74509f107831562dce7b24516af3c7163279cdf6
fix type of string constant length field in string table to Py_ssize_t (instead of long)
Cython/Utility/ModuleSetupCode.c