Fixes #23564: Fix a partially broken sanity check in the _posixsubpro… · pythoncapi/cpython@d0a5b1c · GitHub
Skip to content

Commit d0a5b1c

Browse files
committed
Fixes python#23564: Fix a partially broken sanity check in the _posixsubprocess
internals regarding how fds_to_pass were passed to the child. The bug had no actual impact as subprocess.py already avoided it.
1 parent 2cd1b3b commit d0a5b1c

3 files changed

Lines changed: 34 additions & 3 deletions

File tree

Lib/test/test_subprocess.py

Lines changed: 28 additions & 2 deletions

Misc/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Release date: TBA
1111
Core and Builtins
1212
-----------------
1313

14+
- Issue #23564: Fixed a partially broken sanity check in the _posixsubprocess
15+
internals regarding how fds_to_pass were passed to the child. The bug had
16+
no actual impact as subprocess.py already avoided it.
17+
1418
- Issue #25388: Fixed tokenizer crash when processing undecodable source code
1519
with a null byte.
1620

Modules/_posixsubprocess.c

Lines changed: 2 additions & 1 deletion

0 commit comments

Comments
 (0)