[Python-Dev] Fixing the GIL (with a BFS scheduler)

Mike Klaas mike.klaas at gmail.com
Tue May 18 23:39:43 CEST 2010


On Sun, May 16, 2010 at 1:07 PM, Nir Aides <nir at winpdb.org> wrote:

> Relevant Python issue: http://bugs.python.org/issue7946

Is there any chance Antoine's "gilinter" patch from that issue might
be applied to python 2.7?  I have been experiencing rare long delays
in simple io operations in multithreaded python applications, and I
suspect that they might be related to this issue.

-Mike


More information about the Python-Dev mailing list