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 loewis, nadeem.vawda, serhiy.storchaka, vstinner
Date 2013-06-25.12:18:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
@Serhiy: Oh, thanks for your review. My patch was far from being perfect, a review was necessary! (I hesitated to commit it directly.)

Here is a new patch using unsigned int is most places, parsing arguments with "I" format, and explicit cast to (size_t) to not compare unsigned with signed.
History
Date User Action Args
2013-06-25 12:18:14vstinnersetrecipients: + vstinner, loewis, nadeem.vawda, serhiy.storchaka
2013-06-25 12:18:14vstinnersetmessageid: <[email protected]>
2013-06-25 12:18:14vstinnerlinkissue18294 messages
2013-06-25 12:18:14vstinnercreate