[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
- Previous message: [Python-Dev] Removing the GIL (Me, not you!)
- Next message: [Python-Dev] Removing the GIL (Me, not you!)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Removing the GIL (Me, not you!)
- Next message: [Python-Dev] Removing the GIL (Me, not you!)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]