Message337972
| Author | martin.panter |
|---|---|
| Recipients | cykerway, ezio.melotti, martin.panter, vstinner |
| Date | 2019-03-15.08:20:42 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1552638042.2.0.786658321632.issue36293@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
This is the same story as in Issue 35762. Both “sys.stdin” and “subprocess.Popen.stderr” (when universal_newlines=True is enabled) use the TextIOWrapper class, which I don’t think was implemented with non-blocking mode in mind. Issue 24560 is similar, but is about an older class “codecs.StreamReader”. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-03-15 08:20:42 | martin.panter | set | recipients: + martin.panter, vstinner, ezio.melotti, cykerway |
| 2019-03-15 08:20:42 | martin.panter | set | messageid: <1552638042.2.0.786658321632.issue36293@roundup.psfhosted.org> |
| 2019-03-15 08:20:42 | martin.panter | link | issue36293 messages |
| 2019-03-15 08:20:42 | martin.panter | create | |