Commit e5e9d59
committed
Disallow stdin until input_requests are handled
Currently stdin_channel is ignored which means the kernel freezes
waiting for a stdin reply if input() is called. Pass allow_stdin=False
to give an immediate exception instead of hanging.1 parent 953abc2 commit e5e9d59
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| 232 | + | |
232 | 233 | | |
233 | 234 | | |
234 | 235 | | |
| |||
0 commit comments