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 serhiy.storchaka
Recipients benjamin.peterson, ezio.melotti, lemburg, mark.dickinson, pitrou, python-dev, serhiy.storchaka, skrah, terry.reedy, vstinner
Date 2013-01-25.09:43:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <201301251143.30324.storchaka@gmail.com>
In-reply-to <290231034.420952942.1359104408525.JavaMail.root@zimbra10-e2.priv.proxad.net>
Content
> 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.
History
Date User Action Args
2013-01-25 09:43:49serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, terry.reedy, mark.dickinson, pitrou, vstinner, benjamin.peterson, ezio.melotti, skrah, python-dev
2013-01-25 09:43:49serhiy.storchakalinkissue16335 messages
2013-01-25 09:43:49serhiy.storchakacreate