[Python-Dev] Module properties for C modules (original) (raw)
Guido van Rossum guido at python.org
Thu May 1 22:27:14 CEST 2008
- Previous message: [Python-Dev] Module properties for C modules
- Next message: [Python-Dev] Module properties for C modules
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/)
- Previous message: [Python-Dev] Module properties for C modules
- Next message: [Python-Dev] Module properties for C modules
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]