[Python-Dev] cpython: Add modeling file for Coverity Scan.

Antoine Pitrou solipsis at pitrou.net
Tue Jul 23 08:27:27 CEST 2013


On Tue, 23 Jul 2013 01:31:24 +0200 (CEST)
christian.heimes <python-checkins at python.org> wrote:
> +
> +typedef int sdigit;
> +typedef long Py_ssize_t;

Can't you write "typedef ssize_t Py_ssize_t" instead?

Regards

Antoine.




More information about the Python-Dev mailing list