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 Michael.Felt
Recipients Arfrever, Michael.Felt, eryksun, ezio.melotti, pitrou, serhiy.storchaka, vstinner
Date 2016-11-07.08:40:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478508017.41.0.101570068458.issue19569@psf.upfronthosting.co.za>
In-reply-to
Content
I am not compiler specialist, but as I do not use GCC (it adds extra run-time environment (support) requirements when not in a GNU environment such as Linux - I am just wondering what effect this has (e.g., no deprecated message) when not using GCC.

Or, is this a "statement of direction" that only GCC (syntax) compilers are (going to be) supported?

(FYI: there are OSS projects that only accept GCC, and those tend to be non-portable (imho). The "solution" in those cases is to build an additional run-time environment. Personally, I consider that non-portable as I do not want the role of having to maintain security patches for a "non-native" runtime environment (i.e., the maintenance of the (native) rte is performed by the OS supplier, not by me).
History
Date User Action Args
2016-11-07 08:40:17Michael.Feltsetrecipients: + Michael.Felt, pitrou, vstinner, ezio.melotti, Arfrever, serhiy.storchaka, eryksun
2016-11-07 08:40:17Michael.Feltsetmessageid: <1478508017.41.0.101570068458.issue19569@psf.upfronthosting.co.za>
2016-11-07 08:40:17Michael.Feltlinkissue19569 messages
2016-11-07 08:40:16Michael.Feltcreate