Issue #25764: Merge subprocess fix from 3.4 into 3.5 · pythoncapi/cpython@6a77c2d · GitHub
Skip to content

Commit 6a77c2d

Browse files
committed
Issue python#25764: Merge subprocess fix from 3.4 into 3.5
2 parents ccddbb1 + afdd513 commit 6a77c2d

3 files changed

Lines changed: 37 additions & 17 deletions

File tree

Lib/test/test_subprocess.py

Lines changed: 16 additions & 0 deletions

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Core and Builtins
2222
Library
2323
-------
2424

25+
- Issue #25764: In the subprocess module, preserve any exception caused by
26+
fork() failure when preexec_fn is used.
27+
2528
- Issue #6478: _strptime's regexp cache now is reset after changing timezone
2629
with time.tzset().
2730

Modules/_posixsubprocess.c

Lines changed: 18 additions & 17 deletions

0 commit comments

Comments
 (0)