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 arigo
Recipients DazWorrall, Dima.Tisnek, Michele, Omer.Katz, aconrad, alex, andrix, arigo, brian.curtin, carljm, coderanger, cool-RR, dabeaz, djc, donaldjeo, durin42, eric.araujo, eric.smith, flox, gregory.p.smith, hozn, jcea, jhylton, jmehnle, karld, kevinwatters, konryd, larry, loewis, mahmoudimus, movement, ncoghlan, neologix, nirai, phsilva, pitrou, portante, rcohen, rh0dium, scoder, tarek, thouis, victorpoluceno, vstinner, ysj.ray
Date 2019-06-25.09:05:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561453544.75.0.057614705779.issue7946@roundup.psfhosted.org>
In-reply-to
Content
Note that PyPy has implemented a GIL which does not suffer from this problem, possibly using a simpler approach than the patches here do.  The idea is described and implemented here:

https://bitbucket.org/pypy/pypy/src/default/rpython/translator/c/src/thread_gil.c
History
Date User Action Args
2019-06-25 09:05:44arigosetrecipients: + arigo, loewis, jhylton, gregory.p.smith, jcea, ncoghlan, pitrou, scoder, vstinner, movement, larry, eric.smith, kevinwatters, tarek, djc, karld, carljm, coderanger, phsilva, durin42, eric.araujo, nirai, alex, andrix, konryd, brian.curtin, hozn, victorpoluceno, flox, DazWorrall, cool-RR, rh0dium, rcohen, dabeaz, mahmoudimus, portante, aconrad, ysj.ray, neologix, thouis, donaldjeo, Michele, jmehnle, Dima.Tisnek, Omer.Katz
2019-06-25 09:05:44arigosetmessageid: <1561453544.75.0.057614705779.issue7946@roundup.psfhosted.org>
2019-06-25 09:05:44arigolinkissue7946 messages
2019-06-25 09:05:44arigocreate