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 benjamin.peterson
Recipients Guido, benjamin.peterson, python-dev, vstinner
Date 2015-01-04.22:52:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420411941.1291731.209490689.08198FF2@webmail.messagingengine.com>
In-reply-to <CAMpsgwZYRRuTajfa20v1cAGUJWYOGw9Ra3zeycz4x8CRz47jCw@mail.gmail.com>
Content
Right, but there's still no danger of overflow.

On Sun, Jan 4, 2015, at 16:50, STINNER Victor wrote:
> 
> STINNER Victor added the comment:
> 
> PY_SSIZE_T_MAX is usually smaller than SIZE_T_MAX ;-)
> 
> (strlen result is not signed.)
> 
> ----------
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue23165>
> _______________________________________
History
Date User Action Args
2015-01-04 22:52:24benjamin.petersonsetrecipients: + benjamin.peterson, vstinner, python-dev, Guido
2015-01-04 22:52:24benjamin.petersonlinkissue23165 messages
2015-01-04 22:52:24benjamin.petersoncreate