HELP! Obscure Python Reentrancy Question

Jason Orendorff jason at jorendorff.com
Sun Feb 24 00:27:53 EST 2002


Courageous wrote:
> What now?

Are you using any actual threads?

Perhaps you could just build a non-threading version
of Python.  I've never done this on Windows, so I don't
know that it's possible.  But I imagine it would get rid
of your problems with the GIL; in such a system there's
nothing for the GIL to protect... (?)

## Jason Orendorff    http://www.jorendorff.com/




More information about the Python-list mailing list