Message302623
| Author | lemburg |
|---|---|
| Recipients | benjamin.peterson, gvanrossum, lemburg, pitrou, serhiy.storchaka, vstinner |
| Date | 2017-09-20.14:38:01 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1505918281.15.0.68298545693.issue31530@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Why not simply document the fact that read ahead in Python 2.7 is not thread-safe and leave it at that ? .next() and .readline() already don't work well together, so this would just add one more case. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-09-20 14:38:01 | lemburg | set | recipients: + lemburg, gvanrossum, pitrou, vstinner, benjamin.peterson, serhiy.storchaka |
| 2017-09-20 14:38:01 | lemburg | set | messageid: <1505918281.15.0.68298545693.issue31530@psf.upfronthosting.co.za> |
| 2017-09-20 14:38:01 | lemburg | link | issue31530 messages |
| 2017-09-20 14:38:01 | lemburg | create | |