We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
openpty
result jere is not defined
result
cpython/Lib/pty.py
Lines 36 to 43 in ad7c778
It should be slave_fd. Caused by #118826
slave_fd
Thanks to @ambv for finding this. I have a fix ready.
NameError
The text was updated successfully, but these errors were encountered:
pythongh-124405: Fix NameError in openpty
9517274
gh-124405: Fix NameError in openpty (#124406)
17b3bc9
sobolevn
No branches or pull requests
Bug report
result
jere is not definedcpython/Lib/pty.py
Lines 36 to 43 in ad7c778
It should be
slave_fd
.Caused by #118826
Thanks to @ambv for finding this.
I have a fix ready.
Linked PRs
NameError
inopenpty
#124406The text was updated successfully, but these errors were encountered: