]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102179: Fix `os.dup2` error reporting for negative fds (#102180)
authorAlexey Izbyshev <izbyshev@ispras.ru>
Sat, 4 Mar 2023 14:24:08 +0000 (17:24 +0300)
committerGitHub <noreply@github.com>
Sat, 4 Mar 2023 14:24:08 +0000 (19:54 +0530)
commitc2bd55d26f8eb2850eb9f9026b5d7f0ed1420b65
tree3ee28c21d2a1654ac64cbbf8c47cfa4e5401f296
parent705487c6557c3d8866622b4d32528bf7fc2e4204
gh-102179: Fix `os.dup2` error reporting for negative fds (#102180)
Lib/test/test_os.py
Misc/NEWS.d/next/Library/2023-02-23-15-06-01.gh-issue-102179.P6KQ4c.rst [new file with mode: 0644]
Modules/posixmodule.c