Message2879

Author leosoto
Recipients
Date 2007-09-06.04:57:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The idea is to set the __module__ on the class dict as soon as possible (Py.makeClass) instead of waiting for class instantiation (PyClass.init), as the later happens after metaclass invocation.
History
Date User Action Args
2008-02-20 17:18:49adminlinkissue1789137 messages
2008-02-20 17:18:49admincreate