[Cython] Any thoughts on a DEFINED keyword?

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Aug 20 03:29:03 CEST 2008


Chuck Blake wrote:

>  3) Compile-time function availability testing

A separate compile-time directive would be better
for this. Doing this with DEFINED would require the
runtime built-in functions to be part of the compile-
time namespace, which is not currently the case,
and IMO it would be conceptually wrong to make it so.

-- 
Greg


More information about the Cython-dev mailing list