Re: [Cython] buffers and flow-control

2011-05-09 Thread Dag Sverre Seljebotn
On 05/09/2011 09:29 AM, Vitja Makarov wrote: I've never been using buffers so my question is: Should uninitialized buffer access raise UnboundLocalVariable error? Like this: def foo(): cdef object bar print bar "object[int]" should behave exactly the same way as "object" does d

[Cython] buffers and flow-control

2011-05-09 Thread Vitja Makarov
I've never been using buffers so my question is: Should uninitialized buffer access raise UnboundLocalVariable error? Like this: def foo(): cdef object bar print bar -- vitja. ___ cython-devel mailing list cython-devel@python.org http://mai