Lisandro Dalcin wrote:
> #define MCACHE_CACHEABLE_NAME(name)                                     \
>               PyString_CheckExact(name) &&                            \
>               PyString_GET_SIZE(name) <= MCACHE_MAX_ATTR_SIZE
> 
> Does make any sense the PyString_XXXX there???

This looks like something you ought to bring to the
attention of the py3k developers list.

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

Reply via email to