This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients amaury.forgeotdarc, brian.curtin, janglin, loewis, pitrou, schmir, vstinner
Date 2011-01-05.00:01:20
SpamBayes Score 1.2909643e-06
Marked as misclassified No
Message-id <4D23B4CF.8090201@v.loewis.de>
In-reply-to <1294185406.20722.2.camel@marge>
Content
> Oh. Not only is the comment is wrong, but the code is also wrong. It
> should return a negative value on error, whereas it returns the string
> length which is always positive (except on a unlikely Py_ssize_t => int
> overflow?).

Right. See msg125367.
History
Date User Action Args
2011-01-05 00:01:29loewissetrecipients: + loewis, amaury.forgeotdarc, pitrou, vstinner, schmir, brian.curtin, janglin
2011-01-05 00:01:20loewislinkissue9566 messages
2011-01-05 00:01:20loewiscreate