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 pitrou
Recipients benjamin.peterson, ezio.melotti, lemburg, mark.dickinson, pitrou, python-dev, serhiy.storchaka, skrah, terry.reedy, vstinner
Date 2013-01-25.11:37:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1250396377.421402865.1359113857514.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <201301251143.30324.storchaka@gmail.com>
Content
> Serhiy Storchaka added the comment:
> 
> > Ah, yes, that's because you should have used `size` instead
> > of `_testcapi.UINT_MAX` inside the test.
> 
> This test has sense only if size % (_testcapi.UINT_MAX + 1) == 0.

Why so? Does it fail otherwise?
History
Date User Action Args
2013-01-25 11:37:44pitrousetrecipients: + pitrou, lemburg, terry.reedy, mark.dickinson, vstinner, benjamin.peterson, ezio.melotti, skrah, python-dev, serhiy.storchaka
2013-01-25 11:37:44pitroulinkissue16335 messages
2013-01-25 11:37:44pitroucreate