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 petr.viktorin
Recipients benjamin.peterson, martin.panter, petr.viktorin, python-dev, scoder, vstinner
Date 2017-01-03.21:49:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483480194.26.0.270742029315.issue27961@psf.upfronthosting.co.za>
In-reply-to
Content
The backwards compatibility is not as strong as it could be: previously, HAVE_LONG_LONG was defined to 1; now it's defined but empty.

At least that's the case on Fedora.
Found in the Python plugin for GCC: https://bugzilla.redhat.com/show_bug.cgi?id=1409009
History
Date User Action Args
2017-01-03 21:49:54petr.viktorinsetrecipients: + petr.viktorin, scoder, vstinner, benjamin.peterson, python-dev, martin.panter
2017-01-03 21:49:54petr.viktorinsetmessageid: <1483480194.26.0.270742029315.issue27961@psf.upfronthosting.co.za>
2017-01-03 21:49:54petr.viktorinlinkissue27961 messages
2017-01-03 21:49:53petr.viktorincreate