• Gregory Ewing's avatar
    Base class not needed in forward extension class declaration · 5f13fdb2
    Gregory Ewing authored
    
    +
    +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]
    -
    5f13fdb2
Symtab.py 60.3 KB