Message302616
| Author | serhiy.storchaka |
|---|---|
| Recipients | benjamin.peterson, pitrou, serhiy.storchaka, vstinner |
| Date | 2017-09-20.13:53:57 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1505915637.76.0.413038286861.issue31530@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The patch is complex. What if just deny reentrant reads? Set a flag while read into a buffer, check it before reading in other thread, and raise RuntimeError. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-09-20 13:53:57 | serhiy.storchaka | set | recipients: + serhiy.storchaka, pitrou, vstinner, benjamin.peterson |
| 2017-09-20 13:53:57 | serhiy.storchaka | set | messageid: <1505915637.76.0.413038286861.issue31530@psf.upfronthosting.co.za> |
| 2017-09-20 13:53:57 | serhiy.storchaka | link | issue31530 messages |
| 2017-09-20 13:53:57 | serhiy.storchaka | create | |