8000 gh-102179: Fix os.dup2() error reporting for negative fds by izbyshev · Pull Request #102180 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-102179: Fix os.dup2() error reporting for negative fds #102180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Library/2023-02-23-15-06-01.gh-issue-102179.P…
…6KQ4c.rst
  • Loading branch information
kumaraditya303 authored Mar 3, 2023
commit 01df936fd1b7616a5ac5a850bb15ee35c59f38f9
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix ``os.dup2()`` error reporting for negative fds.
Fix :func:`os.dup2` error message for negative fds.
0