Issue #25764: Merge subprocess fix from 3.5

This commit is contained in:
Martin Panter 2015-12-05 02:27:58 +00:00
commit 07efcd5007
3 changed files with 37 additions and 17 deletions

View file

@ -109,6 +109,9 @@ Core and Builtins
Library
-------
- Issue #25764: In the subprocess module, preserve any exception caused by
fork() failure when preexec_fn is used.
- Issue #25771: Tweak the exception message for importlib.util.resolve_name()
when 'package' isn't specified but necessary.