[issue6269] threading documentation makes no mention of the GIL

Rene Dudfield report at bugs.python.org
Tue Sep 22 18:33:31 CEST 2009


Rene Dudfield <illume at users.sourceforge.net> added the comment:

hello,

CPU intensive programs can also benefit from the GIL if they use code
which releases the GIL around the CPU intensive parts.

Some parts of python do this, as do the numpy and pygame extensions
amongst others.

Another good, but separate, documentation patch would be to document
which functions release the GIL.


cheers,

----------
nosy: +illume

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6269>
_______________________________________


More information about the Python-bugs-list mailing list