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] -
Showing
Please register or sign in to comment