> On Mon, Mar 16, 2009 at 9:03 AM, Hoyt Koepke <[email protected]> wrote:
> One minor note: I don't like the name py_int, because my first thought > on seeing "cdef py_int i" would be that i holds a PyIntObject* (the C > type that corresponds to the Python-language int type). What about a different keyword for declaring Python types? pdef? cpdef? Or simply use Python 3 syntax for type annotation? _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
