-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
NameError in openpty after #118826 #124405
Copy link
Copy link
Closed
Labels
3.14bugs and security fixesbugs and security fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
3.14bugs and security fixesbugs and security fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Bug report
resultjere 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
NameErrorinopenpty#124406