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 ned.deily
Recipients LnL7, ned.deily, ronaldoussoren
Date 2018-07-02.22:56:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530572217.02.0.56676864532.issue34027@psf.upfronthosting.co.za>
In-reply-to
Content
It's failing in 3.7 because of the change introduced in Issue27659 to prohibit implicit C function declarations by adding the -Werror=implicit-function-declaration to compiles.
History
Date User Action Args
2018-07-02 22:56:57ned.deilysetrecipients: + ned.deily, ronaldoussoren, LnL7
2018-07-02 22:56:57ned.deilysetmessageid: <1530572217.02.0.56676864532.issue34027@psf.upfronthosting.co.za>
2018-07-02 22:56:57ned.deilylinkissue34027 messages
2018-07-02 22:56:56ned.deilycreate