[issue34027] python 3.7 openpty/forkpty build failure on macOS

Ned Deily report at bugs.python.org
Mon Jul 2 18:56:57 EDT 2018


Ned Deily <nad at python.org> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34027>
_______________________________________


More information about the Python-bugs-list mailing list