1. 14 May, 2008 1 commit
    • Gregory Ewing's avatar
      Forward declaration of extension class in another module · 4c4f6bdb
      Gregory Ewing authored
      
      +
      +    - There is now a way of forward-declaring an extension type into
      +      another module. This allows two .pxd files to define extension types
      +      that refer to each other without running into circular import problems.
      +      For example:
      +
      +        cimport blarg
      +        cdef class blarg.Blarg # Forward declaration
      +
      +        cdef class Foo:
      +          cdef blarg.Blarg blg
      4c4f6bdb
  2. 08 Jun, 2008 1 commit
  3. 07 Jun, 2008 10 commits
  4. 06 Jun, 2008 11 commits
  5. 05 Jun, 2008 5 commits
  6. 04 Jun, 2008 3 commits
  7. 01 Jun, 2008 2 commits
  8. 30 May, 2008 7 commits