Ticket #125 (closed enhancement: fixed)

Opened 2 months ago

Last modified 2 weeks ago

Add support for Spam/__init__.pyx

Reported by: jasone Assigned to: somebody
Priority: major Milestone: 0.11
Component: Build System Version:
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

__init__.pyx (1.0 kB) - added by jasone on 12/19/2008 05:09:13 PM.
hg-exported version of patch

Change History

11/20/2008 11:08:48 AM changed by jasone

Whoops, the component is wrong for this ticket, and I don't see a way to fix that.

12/19/2008 05:09:13 PM changed by jasone

  • attachment __init__.pyx added.

hg-exported version of patch

12/19/2008 05:48:24 PM changed by robertwb

  • status changed from new to closed.
  • resolution set to fixed.

Works for me.

http://hg.cython.org/cython-devel/rev/3569aa5167f1

Isn't yet included as part of the testing framework.