Ticket #954 (closed task: fixed)

Opened 6 months ago

Last modified 6 months ago

rename all .pxi files to .pym, move cimports/etc in .pyx to __init__.pym

Reported by: ArcRiley Owned by: JonNeal
Priority: Medium Milestone: beta3
Component: unknown Version: Trunk
Keywords: Cc:

Description

.pxi == pyrex include

.pym == pymill source

Pyrex doesn't care what the include file extensions are, the only code that does is our own setup.py and our .pyx files for the includes. PyMill will identify source files in Extension(sources=[]) by extension, so we'll need to rename these as part of the PyMill migration.

After this ticket is complete, the code should still compile fine with Pyrex.

Change History

Changed 6 months ago by ArcRiley

  • owner changed from ArcRiley to JonNeal

Changed 6 months ago by ArcRiley

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.