]> granicus.if.org Git - python/commitdiff
Undo supposed fix for Issue #15798 until I understand why this is
authorGregory P. Smith <greg@krypto.org>
Sun, 1 Dec 2013 08:13:35 +0000 (00:13 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 1 Dec 2013 08:13:35 +0000 (00:13 -0800)
causing test_multiprocessing_forkserver and test_multiprocessing_spawn
failures on head (3.4).

1  2 
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS
Modules/_posixsubprocess.c

Simple merge
Simple merge
diff --cc Misc/NEWS
index 7308f893e23a6abe64e96b76a7232030d197e2a8,0acbafd600b02072359f89a4b7b0685532961ddf..7bfce3ff77cc8d2fdcba48ff97446b9d5bebf4aa
+++ 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__().
  
Simple merge