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 Mariatta, christian.heimes, ned.deily, serhiy.storchaka, vstinner, wg
Date 2018-06-15.10:41:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529059312.1.0.947875510639.issue33625@psf.upfronthosting.co.za>
In-reply-to
Content
More data to decide if the change should be backported or not: bpo-32186 (Release the GIL during lseek and fstat) has been backported to Python 2.7, but then cffi started to crash:
https://bugzilla.redhat.com/show_bug.cgi?id=1561170#c28

At the end, it's a bug in cffi, there was a race condition in cffi. But still, the backport *indirectly* caused a crash.
History
Date User Action Args
2018-06-15 10:41:52vstinnersetrecipients: + vstinner, christian.heimes, ned.deily, serhiy.storchaka, wg, Mariatta
2018-06-15 10:41:52vstinnersetmessageid: <1529059312.1.0.947875510639.issue33625@psf.upfronthosting.co.za>
2018-06-15 10:41:52vstinnerlinkissue33625 messages
2018-06-15 10:41:52vstinnercreate