| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
M. Brett noticed that if it's only in the .pxd file, it does NOT get
included in the auto-generated C code, and will thus not be called at
module initialization time.
|
|
|
|
|
| |
This makes the user-visible API for Cython usage simpler and closer to
the Python one.
|
|
|
|
|
| |
Using cimport/pxd is the currently recommended approach by the Cython
team.
|
|
the existing Pyrex one, put in deprecation markers in the old Pyrex dir.
The pyrex dir can be removed in a subsequent commit.
|