Base class not needed in forward extension class declaration
authorGregory Ewing <greg.ewing@canterbury.ac.nz>
Fri, 16 May 2008 11:50:02 +0000 (23:50 +1200)
committerGregory Ewing <greg.ewing@canterbury.ac.nz>
Fri, 16 May 2008 11:50:02 +0000 (23:50 +1200)
commit5f13fdb25a184bc82a2e5dac2663627aeaa5168f
tree27469142f95fd13d2fd72dd3ae5228317855efb9
parent4c4f6bdb0cc86ab03d0bef4c3140bae259d13790
Base class not needed in forward extension class declaration

+
+Enhancements:
+
+    - It is no longer necessary to specify the base class of an
+        extension type in a forward declaration. Also, if the class is
+        defined in a .pxd file, the base class only needs to be specified
+        in the .pxd file, not the .pyx file.
+        [Arc Riley]
-
Cython/Compiler/Symtab.py