Fix missing error when overriding final methods of cimported classes.
authorRobert Bradshaw <robertwb@gmail.com>
Fri, 20 Jul 2012 18:19:02 +0000 (11:19 -0700)
committerRobert Bradshaw <robertwb@gmail.com>
Sat, 21 Jul 2012 21:45:45 +0000 (14:45 -0700)
commita7ed57bcb4743f9e44ecf9a2f385516c4b0d20e1
treeabcac630284020a3a7c46a5af416d98726d5d2ad
parent6e18e71ae2f3b34590a00f2a70698f862cf1a3cb
Fix missing error when overriding final methods of cimported classes.
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/Parsing.py
Demos/setup.py