From: Charles-François Natali Date: Sat, 19 Jan 2013 11:39:29 +0000 (+0100) Subject: Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. X-Git-Tag: v3.4.0a1~1576 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c07fcbb698488edc6a735f8b32bbce186106accb;p=python Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. Patch by Jeffrey Armstrong. --- c07fcbb698488edc6a735f8b32bbce186106accb diff --cc Misc/NEWS index 153adffdab,74d9840c91..261e3790ff --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -732,7 -517,10 +732,10 @@@ Test Build ----- + - Issue #16953: Fix socket module compilation on platforms with + HAVE_BROKEN_POLL. Patch by Jeffrey Armstrong. + -- Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. +- Issue #16320: Remove redundant Makefile dependencies for strings and bytes. - Cross compiling needs host and build settings. configure no longer creates a broken PYTHON_FOR_BUILD variable when --build is missing.