implement metaclass calculation/validation algorithm, make classes inherit their...
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 27 Oct 2013 14:53:43 +0000 (15:53 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 27 Oct 2013 14:53:43 +0000 (15:53 +0100)
commitc0c8f92b8f471be3aa2ee49cca32fab67ba2e2a2
tree0c73239ed8b8b39269ee6859cf1fc1c1ded4feee
parent25b78a7a6a8d52fd0a37fd0330acfab993e2ac8f
implement metaclass calculation/validation algorithm, make classes inherit their parents' metaclass
CHANGES.rst
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py
Cython/Compiler/Parsing.py
Cython/Utility/ObjectHandling.c
tests/run/locals_T732.pyx
tests/run/metaclass.pyx