[Cython] buffers and flow-control

Vitja Makarov vitja.makarov at gmail.com
Mon May 9 09:29:52 CEST 2011


I've never been using buffers so my question is:

Should uninitialized buffer access raise UnboundLocalVariable error?

Like this:

def foo():
     cdef object<int> bar
     print bar

-- 
vitja.


More information about the cython-devel mailing list