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

2013-07-23 Thread Christian Heimes
Am 23.07.2013 08:27, schrieb Antoine Pitrou: > On Tue, 23 Jul 2013 01:31:24 +0200 (CEST) > christian.heimes wrote: >> + >> +typedef int sdigit; >> +typedef long Py_ssize_t; > > Can't you write "typedef ssize_t Py_ssize_t" instead? No, but it really doesn't matter. Coverity just needs a similar t

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

2013-07-22 Thread Antoine Pitrou
On Tue, 23 Jul 2013 01:31:24 +0200 (CEST) christian.heimes wrote: > + > +typedef int sdigit; > +typedef long Py_ssize_t; Can't you write "typedef ssize_t Py_ssize_t" instead? Regards Antoine. ___ Python-Dev mailing list Python-Dev@python.org http://