-
-
Notifications
You must be signed in to change notification settings - Fork 35.7k
pty.spawn deadlock #96522
Copy link
Copy link
Closed
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Activity
Metadata
Metadata
Assignees
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Bug report
You will see 2048 lines of y due to tty echo, then the output stops and hangs forever.
Both python and cat block on write, waiting each other consume something from pty buffer.
Your environment
Tested on Linux/macOS with CPython 3.10.
Linked PRs