[Pyrex] externs for python base types

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Nov 8 00:02:20 CET 2007


David McNab wrote:
> While I'm on the subject, has there been any further thought about
> standardising a header collection for Pyrex/Cython distros? I'm still
> not completely happy with the idea of everyone having to roll their own
> headers.

For my part, I'm not sure I'd really want a big chunk of
Pyrex code getting included in all my files, when most of
the time I'm not using most of it. The Pyrex compiler is
pure Python, right down to scanning the characters, so I
don't like to give it more work to do than necessary.

If the headers are split up into small chunks so you can
just include more or less what you want, that would be
okay, though.

--
Greg



More information about the Pyrex mailing list