Skip to content
  • E. Madison Bray's avatar
    Rough sketch of supporting Cython file sources by way of installing the · 3388b660
    E. Madison Bray authored
    .pyx files in the package, and adding some import system hooks for
    recognizing and loading Cython modules.
    
    This required more import system hackery than I would have liked--adding
    support for a new file extension should be simple, but it turns out to
    be rather involved to do it right.  I've raised these issues with
    python-ideas.
    
    This is completely Python 3 only at the moment.
    3388b660