Ticket #125 (closed enhancement: fixed)
Add support for Spam/__init__.pyx
| Reported by: | jasone | Owned by: | jasone |
|---|---|---|---|
| Priority: | major | Milestone: | 0.11 |
| Component: | Build System | Keywords: | |
| Cc: |
Description
The attached patch causes Spam/__init__.pyx have its module name set to Spam. This allows packages to by Cythonized. As long as there also exists a __init__.py file, __init__.so will be loaded by the Python runtime.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

