[Python-Dev] Removing the GIL (Me, not you!) (original) (raw)

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Sep 12 00:55:20 CEST 2007


Phillip J. Eby wrote:

It's also every built-in type structure, builtin module, builtin function... any Python object that's a built-in, period.

Where "built-in" in this context means anything implemented in C (i.e. it includes extension modules).

-- Greg



More information about the Python-Dev mailing list