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 izbyshev
Recipients benjamin.peterson, berker.peksag, brett.cannon, izbyshev, serhiy.storchaka
Date 2018-11-02.16:03:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541174599.42.0.788709270274.issue35147@psf.upfronthosting.co.za>
In-reply-to
Content
Non-existing __GNUC_MAJOR__ macro is used to check for GCC version at https://github.com/python/cpython/blob/b942707fc23454a998323c17e30be78ff1a4f0e7/Include/pyerrors.h#L97 . __GNUC__ should be used instead.
History
Date User Action Args
2018-11-02 16:03:19izbyshevsetrecipients: + izbyshev, brett.cannon, benjamin.peterson, berker.peksag, serhiy.storchaka
2018-11-02 16:03:19izbyshevsetmessageid: <1541174599.42.0.788709270274.issue35147@psf.upfronthosting.co.za>
2018-11-02 16:03:19izbyshevlinkissue35147 messages
2018-11-02 16:03:19izbyshevcreate