[Python-Dev] The endless GIL debate: why not remove thread support instead?

Stefan Behnel stefan_ml at behnel.de
Fri Dec 12 09:35:25 CET 2008


Hi,

replying to the topic only: because many C libraries support threading and
Python extension modules can integrate them in a way that allows
concurrency in a safe way (although 'safe' is definitely something that is
paid for in developer days).

Stefan



More information about the Python-Dev mailing list