[Python-Dev] Module properties for C modules
Guido van Rossum
guido at python.org
Thu May 1 22:27:14 CEST 2008
On Thu, May 1, 2008 at 1:20 PM, Christian Heimes <lists at cheimes.de> wrote:
> What's your opinion on the module properties idea? Do you still like it
> although the property values won't show up in __dict__?
I don't see how it could work if any Python code is executed in the
module, since code execution uses a dict for globals.
Supporting it only for built-in modules seems too big an exception.
So I'm -0.
--
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Python-Dev
mailing list