From: Gregory P. Smith Date: Sun, 1 Dec 2013 08:13:35 +0000 (-0800) Subject: Undo supposed fix for Issue #15798 until I understand why this is X-Git-Tag: v3.4.0b2~416 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54532c9742523814bbc43ccbd1a4560ec3d449d3;p=python Undo supposed fix for Issue #15798 until I understand why this is causing test_multiprocessing_forkserver and test_multiprocessing_spawn failures on head (3.4). --- 54532c9742523814bbc43ccbd1a4560ec3d449d3 diff --cc Misc/NEWS index 7308f893e2,0acbafd600..7bfce3ff77 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -18,15 -18,6 +18,12 @@@ Core and Builtin Library ------- - - Issue #15798: Fixed subprocess.Popen() to no longer fail if file - descriptor 0, 1 or 2 is closed. - +- Issue #17897: Optimized unpickle prefetching. + +- Issue #3693: Make the error message more helpful when the array.array() + constructor is given a str. Move the array module typecode documentation to + the docstring of the constructor. + - Issue #19088: Fixed incorrect caching of the copyreg module in object.__reduce__() and object.__reduce_ex__().