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 skrah
Recipients loewis, skrah
Date 2012-08-20.18:53:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345488807.4.0.433438463128.issue15736@psf.upfronthosting.co.za>
In-reply-to
Content
Bad news: gcc-4.6.3 needs the size_t cast, otherwise it warns with
both the assert() and the (argc < 0) version.

So I suggest using the size_t cast and a comment.
History
Date User Action Args
2012-08-20 18:53:27skrahsetrecipients: + skrah, loewis
2012-08-20 18:53:27skrahsetmessageid: <1345488807.4.0.433438463128.issue15736@psf.upfronthosting.co.za>
2012-08-20 18:53:06skrahlinkissue15736 messages
2012-08-20 18:53:06skrahcreate