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 vstinner
Recipients Guido, benjamin.peterson, python-dev, vstinner
Date 2015-01-04.22:50:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZYRRuTajfa20v1cAGUJWYOGw9Ra3zeycz4x8CRz47jCw@mail.gmail.com>
In-reply-to <1420410149.13.0.088334917141.issue23165@psf.upfronthosting.co.za>
Content
PY_SSIZE_T_MAX is usually smaller than SIZE_T_MAX ;-)

(strlen result is not signed.)
History
Date User Action Args
2015-01-04 22:50:01vstinnersetrecipients: + vstinner, benjamin.peterson, python-dev, Guido
2015-01-04 22:50:01vstinnerlinkissue23165 messages
2015-01-04 22:50:01vstinnercreate