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 larry, neologix, vstinner
Date 2014-08-02.00:15:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406938500.85.0.316719977604.issue22120@psf.upfronthosting.co.za>
In-reply-to
Content
clinic.patch: modify clinic.py to generate "return_value == (type)-1" instead of "return_value == -1" to avoid a warning if return_value is unsigned.
History
Date User Action Args
2014-08-02 00:15:01vstinnersetrecipients: + vstinner, larry, neologix
2014-08-02 00:15:00vstinnersetmessageid: <1406938500.85.0.316719977604.issue22120@psf.upfronthosting.co.za>
2014-08-02 00:15:00vstinnerlinkissue22120 messages
2014-08-02 00:15:00vstinnercreate