Re: [Cython] Problem with Py_buffer struct definition in Builtin.py

2012-03-03 Thread Stefan Behnel
mark florisson, 02.03.2012 17:33: > On 2 March 2012 10:09, Stefan Behnel wrote: >> Stefan Behnel, 02.03.2012 10:45: >>> the builtin Py_buffer struct type is currently defined as follows: >>> >>> """ >>> builtin_structs_table = [ >>> ('Py_buffer', 'Py_buffer', >>> [("buf",PyrexTypes

Re: [Cython] Problem with Py_buffer struct definition in Builtin.py

2012-03-02 Thread mark florisson
On 2 March 2012 10:09, Stefan Behnel wrote: > Stefan Behnel, 02.03.2012 10:45: >> the builtin Py_buffer struct type is currently defined as follows: >> >> """ >> builtin_structs_table = [ >>     ('Py_buffer', 'Py_buffer', >>      [("buf",        PyrexTypes.c_void_ptr_type), >>       ("obj",      

Re: [Cython] Problem with Py_buffer struct definition in Builtin.py

2012-03-02 Thread Stefan Behnel
Stefan Behnel, 02.03.2012 10:45: > the builtin Py_buffer struct type is currently defined as follows: > > """ > builtin_structs_table = [ > ('Py_buffer', 'Py_buffer', > [("buf",PyrexTypes.c_void_ptr_type), > ("obj",PyrexTypes.py_object_type), > ("len",P