This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:12vstinnersetrecipients: + vstinner
2017-09-20 13:27:12vstinnersetmessageid: <1505914032.54.0.91752475423.issue31530@psf.upfronthosting.co.za>
2017-09-20 13:27:12vstinnerlinkissue31530 messages
2017-09-20 13:27:12vstinnercreate