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 xdegaye
Recipients Alex.Willmer, doko, python-dev, xdegaye
Date 2016-12-21.16:23:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
These changes break the darwin platform, socket.if_nameindex() is not defined anymore. On Darwin, 'net/if.h' requires that 'sys/socket.h' be included beforehand (see the autoconf documentation).
History
Date User Action Args
2016-12-21 16:23:19xdegayesetrecipients: + xdegaye, doko, python-dev, Alex.Willmer
2016-12-21 16:23:19xdegayesetmessageid: <[email protected]>
2016-12-21 16:23:19xdegayelinkissue28538 messages
2016-12-21 16:23:19xdegayecreate