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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c07fcbb698488edc6a735f8b32bbce186106accb;p=thirdparty%2FPython%2Fcpython.git Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. Patch by Jeffrey Armstrong. --- c07fcbb698488edc6a735f8b32bbce186106accb diff --cc Misc/NEWS index 153adffdab40,74d9840c914a..261e3790ffdc --- 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.