mirror of
https://github.com/python/cpython.git
synced 2025-12-09 18:48:05 +00:00
Issue #25764: Merge subprocess fix from 3.5
This commit is contained in:
commit
07efcd5007
3 changed files with 37 additions and 17 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue