diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-03-04 14:55:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-04 14:55:02 (GMT) |
commit | cc6ce90206a84888659c2e088e3c046e87d9d5b8 (patch) | |
tree | 7437f5f1c29383e92cb5f36b7c18b63df8268a3a /Misc/NEWS.d/next/Library/2023-02-23-15-06-01.gh-issue-102179.P6KQ4c.rst | |
parent | 06a3bb8c9416a53018ea23414d6018764a9e2845 (diff) | |
download | cpython-cc6ce90206a84888659c2e088e3c046e87d9d5b8.zip cpython-cc6ce90206a84888659c2e088e3c046e87d9d5b8.tar.gz cpython-cc6ce90206a84888659c2e088e3c046e87d9d5b8.tar.bz2 |
gh-102179: Fix `os.dup2` error reporting for negative fds (GH-102180)
(cherry picked from commit c2bd55d26f8eb2850eb9f9026b5d7f0ed1420b65)
Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru>
Diffstat (limited to 'Misc/NEWS.d/next/Library/2023-02-23-15-06-01.gh-issue-102179.P6KQ4c.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-02-23-15-06-01.gh-issue-102179.P6KQ4c.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-02-23-15-06-01.gh-issue-102179.P6KQ4c.rst b/Misc/NEWS.d/next/Library/2023-02-23-15-06-01.gh-issue-102179.P6KQ4c.rst new file mode 100644 index 0000000..f77493e --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-02-23-15-06-01.gh-issue-102179.P6KQ4c.rst @@ -0,0 +1 @@ +Fix :func:`os.dup2` error message for negative fds. |