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

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