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 pitrou
Recipients loewis, pitrou, vstinner
Date 2012-08-03.11:37:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343993691.3377.1.camel@localhost.localdomain>
In-reply-to <1343993707.56.0.111102443558.issue15530@psf.upfronthosting.co.za>
Content
> Yes. It's explained in the comment of the two macros:
> 
> "When compiled with GCC, check also that types of x and y are
> compatible at compile time."

I'm sorry, that doesn't explain anything. The C compiler already checks
types for you. So what does it bring? And if it brings anything, why
should it be restricted to Py_MIN and Py_MAX?
History
Date User Action Args
2012-08-03 11:37:23pitrousetrecipients: + pitrou, loewis, vstinner
2012-08-03 11:37:22pitroulinkissue15530 messages
2012-08-03 11:37:22pitroucreate