[Pyrex] Pyrex idioms and optimizations?
Greg Ewing
greg.ewing at canterbury.ac.nz
Wed Jul 25 05:27:24 CEST 2007
Stefan Behnel wrote:
> I just grep-ed for "Py_ssize_t" in the official 0.9.5.1a sources and didn't
> find anything. There were a lot of API changes that require the Py_ssize_t
> type, so I can't imagine it works without having Py_ssize_t in the generator
> somewhere.
It's possible that Pyrex doesn't happen to generate any code
that needs a Py_ssize_t, but I don't really know. If anyone
finds anywhere that it should be used, please let me know.
--
Greg
More information about the Pyrex
mailing list