Message302610
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2017-09-20.13:27:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1505914032.54.0.91752475423.issue31530@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Reading from the same file object in different threads does crash Python 2.7. The readahead feature of Objects/fileobject.c is not thread safe. Try attached script to reproduce the crash. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-09-20 13:27:12 | vstinner | set | recipients: + vstinner |
| 2017-09-20 13:27:12 | vstinner | set | messageid: <1505914032.54.0.91752475423.issue31530@psf.upfronthosting.co.za> |
| 2017-09-20 13:27:12 | vstinner | link | issue31530 messages |
| 2017-09-20 13:27:12 | vstinner | create | |