From: Richard Oudkerk Date: Tue, 1 Jan 2013 17:40:58 +0000 (+0000) Subject: Issue #9586: Merge. X-Git-Tag: v3.4.0a1~1723 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=950fab07aa7b0d1c664f32cd2cc3c443f816124a;p=thirdparty%2FPython%2Fcpython.git Issue #9586: Merge. --- 950fab07aa7b0d1c664f32cd2cc3c443f816124a diff --cc Misc/NEWS index ccbf416e3a4e,efd4343af6bc..726777ec0a81 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -200,10 -124,9 +200,12 @@@ Core and Builtin Library ------- + - Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy. + -- Issue 10527: make multiprocessing use poll() instead of select() if available. +- Issue #16787: Increase asyncore and asynchat default output buffers size, to + decrease CPU usage and increase throughput. + +- Issue #10527: make multiprocessing use poll() instead of select() if available. - Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. Patch by Matthew Barnett.