[Python-Dev] Deprecating non-Py_ssize_t use of PyArg_ParseTuple
"Martin v. Löwis"
martin at v.loewis.de
Tue Mar 22 01:49:44 CET 2011
> But now that I think about it, I guess it's a lot easier to miss a place
> like PyArg_Parse*() when manually migrating code. The conversion of the
> type string is really not obvious and the C compiler can't provide any
> help.
I actually have a GCC extension allowing the compiler to detect type
errors in PyArg_ParseTuple.
Regards,
Martin
More information about the Python-Dev
mailing list