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 vstinner
Date 2012-08-01.18:19:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343845195.3.0.786704958428.issue15530@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch enhances Py_MIN and Py_MAX to check that types of both arguments are compatible at compile time. Checks are only done if the compiler is GCC.

The patch uses also Py_MIN and Py_MAX in more places. (The commit may be done in two parts.)
History
Date User Action Args
2012-08-01 18:19:56vstinnersetrecipients: + vstinner
2012-08-01 18:19:55vstinnersetmessageid: <1343845195.3.0.786704958428.issue15530@psf.upfronthosting.co.za>
2012-08-01 18:19:54vstinnerlinkissue15530 messages
2012-08-01 18:19:54vstinnercreate