May 9, 2011
7:29 a.m.
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.
May 2011
8:01 a.m.
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<int> bar print bar
"object[int]" should behave exactly the same way as "object" does during control flow analysis. Dag Sverre
5454
Age (days ago)
5454
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dag Sverre Seljebotn -
Vitja Makarov