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 loewis
Recipients loewis, vstinner
Date 2012-08-01.21:02:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343854958.96.0.682059793836.issue15530@psf.upfronthosting.co.za>
In-reply-to
Content
I think that's too late for 3.3. It's not a bug fix.

If we use this kind of feature, we either need to declare a minimum supported GCC version (any GCC older than 10 years can be dropped IMO), or check for the specific version of GCC in which all the necessary features were present.

Did you detect any errors in the Python code using this change? Wouldn't the compiler refuse to perform the comparison if the types were not compatible?
History
Date User Action Args
2012-08-01 21:02:39loewissetrecipients: + loewis, vstinner
2012-08-01 21:02:38loewissetmessageid: <1343854958.96.0.682059793836.issue15530@psf.upfronthosting.co.za>
2012-08-01 21:02:38loewislinkissue15530 messages
2012-08-01 21:02:38loewiscreate