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, pitrou, vstinner
Date 2012-08-03.11:35:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343993707.56.0.111102443558.issue15530@psf.upfronthosting.co.za>
In-reply-to
Content
> I don't understand the point of your patch. Can you explain?

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."

So it adds a cheap santity check at compile time.
History
Date User Action Args
2012-08-03 11:35:07vstinnersetrecipients: + vstinner, loewis, pitrou
2012-08-03 11:35:07vstinnersetmessageid: <1343993707.56.0.111102443558.issue15530@psf.upfronthosting.co.za>
2012-08-03 11:35:07vstinnerlinkissue15530 messages
2012-08-03 11:35:06vstinnercreate