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 _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com