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 jdemeyer
Recipients Arfrever, Christian H, Josef Kemetmüller, Michael.Crusoe, ahonkela, barcc, benjamin.peterson, bje, christian.heimes, dhduvall, drkirkby, ehvatum, eitan.adler, eric.araujo, jdemeyer, mdboom, rpetrov, skrah, tarek
Date 2019-03-07.10:03:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551953012.06.0.351665222256.issue1222585@roundup.psfhosted.org>
In-reply-to
Content
> I tried using compiler.compiler.remove('-Wstrict-prototypes') to no avail.

The -Wstrict-prototypes issue is a separate bug. It is fixed in Python >= 3.6 and there is an open backport PR for 2.7: https://github.com/python/cpython/pull/7476
History
Date User Action Args
2019-03-07 10:03:32jdemeyersetrecipients: + jdemeyer, mdboom, christian.heimes, ahonkela, benjamin.peterson, tarek, eric.araujo, rpetrov, Arfrever, dhduvall, skrah, drkirkby, eitan.adler, barcc, Michael.Crusoe, ehvatum, Christian H, Josef Kemetmüller, bje
2019-03-07 10:03:32jdemeyersetmessageid: <1551953012.06.0.351665222256.issue1222585@roundup.psfhosted.org>
2019-03-07 10:03:32jdemeyerlinkissue1222585 messages
2019-03-07 10:03:32jdemeyercreate