[Python-Dev] Removing the GIL (Me, not you!) (original) (raw)
skip at pobox.com skip at pobox.com
Wed Sep 12 17:31:59 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 ]
Brett> We should probably document where all of these globals lists are
Brett> instead of relying on looking for all file level static
Brett> declarations or something.
I smell a wiki page.
Skip
Brett> Or would there be benefit to moving things like this to the
Brett> interpreter struct so that threads within a single interpreter
Brett> call are locked but interpreters can act much more independently?
Would that simplify things all that much? All containers would probably still rely on the GIL. Also, all objects rely on it to do reference count increment/decrement as I recall.
Skip
- 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 ]