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 gut
Recipients brunoalr, gut, pitrou, vstinner
Date 2017-08-16.13:33:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502890422.29.0.98247692709.issue30910@psf.upfronthosting.co.za>
In-reply-to
Content
> Why doesn't gcc make it the default behaviour?

Because it "can produce significant data size overhead, although it does not affect execution" for C code.

However it'd improves interoperability with C++, which I think it makes sense for a universal software like cpython.

Or isn't interoperability with c++ a concern? I noticed you said that there are not tests for it currently, but I wonder the reason behind it.
History
Date User Action Args
2017-08-16 13:33:42gutsetrecipients: + gut, pitrou, vstinner, brunoalr
2017-08-16 13:33:42gutsetmessageid: <1502890422.29.0.98247692709.issue30910@psf.upfronthosting.co.za>
2017-08-16 13:33:42gutlinkissue30910 messages
2017-08-16 13:33:42gutcreate