2011/9/16 Robert Bradshaw <rober...@math.washington.edu>:
> On Thu, Sep 15, 2011 at 9:10 PM, Vitja Makarov <vitja.maka...@gmail.com> 
> wrote:
>> 2011/9/16 Arfrever Frehtes Taifersar Arahesis <arfrever....@gmail.com>:
>>> 1 test failure with Python 2.6:
>>>
>>> compiling (c) and running tupleunpack_T712 ... Doctest: 
>>> tupleunpack_T712.__test__.single_from_set (line 12) ... ok
>>> Doctest: tupleunpack_T712.__test__.single_from_string (line 4) ... ok
>>> compiling (cpp) and running tupleunpack_T712 ... cc1plus: warning: command 
>>> line option "-Wpointer-sign" is valid for C/ObjC but not for C++
>>> tupleunpack_T712.cpp: In function ‘PyObject* 
>>> __pyx_pf_16tupleunpack_T712_1single_from_set(PyObject*, PyObject*)’:
>>> tupleunpack_T712.cpp:681:3: error: jump to label ‘__pyx_L1_error’
>>> tupleunpack_T712.cpp:642:151: error:   from here
>>> tupleunpack_T712.cpp:644:14: error:   crosses initialization of ‘Py_ssize_t 
>>> index’
>>> tupleunpack_T712.cpp:681:3: error: jump to label ‘__pyx_L1_error’
>>> tupleunpack_T712.cpp:640:135: error:   from here
>>> tupleunpack_T712.cpp:644:14: error:   crosses initialization of ‘Py_ssize_t 
>>> index’
>>> ERROR
>>>
>>
>> Robert, It seems that you created tarball from old revision.
>
> I just downloaded http://cython.org/release/Cython-0.15.1rc0.tar.gz
> and unpacked it, the latest commit is
>
> commit 34f6211d53485df1ba25cfeb9c414045b095f57d
> Author: Stefan Behnel <sco...@users.berlios.de>
> Date:   Wed Sep 14 21:37:09 2011 +0200
>
> which seems right.
>

Right. Sorry, I did compare it to wrong branch.

Btw I'm sure that we have seen this error before:

compiling (c) and running tupleunpack_T712 ... Doctest:
tupleunpack_T712.__test__.single_from_set (line 12) ... ok
Doctest: tupleunpack_T712.__test__.single_from_string (line 4) ... ok
compiling (cpp) and running tupleunpack_T712 ... cc1plus: warning:
command line option "-Wpointer-sign" is valid for C/ObjC but not for
C++
tupleunpack_T712.cpp: In function ‘PyObject*
__pyx_pf_16tupleunpack_T712_1single_from_set(PyObject*, PyObject*)’:
tupleunpack_T712.cpp:681:3: error: jump to label ‘__pyx_L1_error’
tupleunpack_T712.cpp:642:151: error:   from here
tupleunpack_T712.cpp:644:14: error:   crosses initialization of
‘Py_ssize_t index’
tupleunpack_T712.cpp:681:3: error: jump to label ‘__pyx_L1_error’
tupleunpack_T712.cpp:640:135: error:   from here
tupleunpack_T712.cpp:644:14: error:   crosses initialization of
‘Py_ssize_t index’
ERROR


-- 
vitja.
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to