Lisandro Dalcin wrote:

> Could we extend the 'builtin_types_table' ... PyInt_Type is
> not there, not PyFloat_Type;

In Pyrex, these are in the builtin_constant_table (with
type 'type'). The builtin_type_table is only used for
types having methods that are treated specially.

-- 
Greg
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to