[Pyrex] [PATCH] public C-API and Py_ssize_t support for 0.9.5.1a

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Feb 15 02:52:31 UTC 2007


Lenard Lindstrom wrote:

> I wondered if the .pxd file could be automatically generated for 
> functions and extension types marked as "shared" or something.

You'd still have the dependency-tracking problem.
I suppose you could compare the generated file with
the existing one and only overwite it if it changed.
But then your dependency info is lagging a step
behind, and you might need to "make" several times
to get things into sync. Sounds messy.

--
Greg



More information about the Pyrex mailing list