Steven Elliott wrote:

> The important difference between builtins and globals is that with
> builtins both the compiler and the runtime can enumerate all
> references 
> to builtins in a single consistent way.  That is "True" can always be
> builtin #3 and "len" can always be builtin #17, or whatever.

__slots__ for modules?

Tim Delaney
_______________________________________________
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

Reply via email to