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 benjamin.peterson
Recipients benjamin.peterson, gvanrossum, lemburg, pitrou, serhiy.storchaka, vstinner
Date 2018-01-02.17:25:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514913949.5.0.467229070634.issue31530@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset dbf52e02f18dac6f5f0a64f78932f3dc6efc056b by Benjamin Peterson in branch '2.7':
bpo-31530: fix crash when multiple threads iterate over a file, round 2 (#5060)
https://github.com/python/cpython/commit/dbf52e02f18dac6f5f0a64f78932f3dc6efc056b
History
Date User Action Args
2018-01-02 17:25:49benjamin.petersonsetrecipients: + benjamin.peterson, lemburg, gvanrossum, pitrou, vstinner, serhiy.storchaka
2018-01-02 17:25:49benjamin.petersonsetmessageid: <1514913949.5.0.467229070634.issue31530@psf.upfronthosting.co.za>
2018-01-02 17:25:49benjamin.petersonlinkissue31530 messages
2018-01-02 17:25:49benjamin.petersoncreate