]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42375: subprocess DragonFlyBSD build update. (GH-23320) (GH-23388)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 17 Dec 2020 11:15:20 +0000 (03:15 -0800)
committerGitHub <noreply@github.com>
Thu, 17 Dec 2020 11:15:20 +0000 (12:15 +0100)
commit8d0a01c99b2a810bfe13d654b294c25a10151aa4
tree41138d7147fcd3450e7c243d03a89ec0ec2c605b
parente962e3ad225a211b9f9689742db6e9771d07c505
bpo-42375: subprocess DragonFlyBSD build update. (GH-23320) (GH-23388)

Same as FreeBSD, file descriptors in /dev/fd id from 0 to 63.
(cherry picked from commit 13b865f0e17c88b081c23f7f05cf91166d220a50)

Co-authored-by: David CARLIER <devnexen@gmail.com>
Co-authored-by: David CARLIER <devnexen@gmail.com>
Misc/NEWS.d/next/Library/2020-11-19-04-13-53.bpo-42375.U8bp4s.rst [new file with mode: 0644]
Modules/_posixsubprocess.c