Re: [Cython] Compiler crash: forward declaration of cdef class with "public" attributes

2014-07-22 Thread Robert Bradshaw
On Tue, Jul 8, 2014 at 4:34 PM, Alok Singhal wrote: > Hi, > > I am getting a compiler crash with the following code: > > $ cat foo.pxd > cdef class Foo: > cdef public object x > $ cat foo.pyx > cdef class Foo > > cdef class Foo: > pass > $ ./cython.py foo.pyx > > Error compiling Cython fi

Re: [Cython] License information on each individual files

2014-07-22 Thread Robert Bradshaw
On Sun, Jul 20, 2014 at 12:37 AM, Stefan Behnel wrote: > > Nathaniel Smith, 19.07.2014 19:42: > > On Sat, Jul 19, 2014 at 7:39 AM, Stefan Behnel wrote: > >> Sturla Molden, 19.07.2014 00:36: > >>> Robert Bradshaw wrote: > It's not just the initial patch; I'm primarily worried about the >

Re: [Cython] Cython bugfix release

2014-07-22 Thread Yaroslav Halchenko
apparently relates back to "Failing cygdb tests on master and 0.19.x" https://groups.google.com/forum/#!topic/cython-users/SRKdbfftjMM and https://github.com/cython/cython/pull/264 blind attempt to run with python-dbg build doesn't provide a relief (gdb is 7.7.1-2) # PYTHONPATH=$PWD/build/lib.li

Re: [Cython] Cython bugfix release

2014-07-22 Thread Yaroslav Halchenko
On Mon, 21 Jul 2014, Julian Taylor wrote: > I haven't tried it but its possibly related to the C locale the debian > builders use. Try with LC_ALL=C that is the one set > @Yaroslav if this the the case, the workaround would be building with > LC_ALL=C.UTF-8 good hint, although would not serve

[Cython] buffmt.__test__.wrongsize gets stuck after common_include_dir?

2014-07-22 Thread Yaroslav Halchenko
while trying to re-test Debian package build, in an interactive shell, I get cython test stuck at: ... Doctest: buffmt.__test__.wrongsize ... ok runTest (__main__.EndToEndTest) End-to-end basic_cythonize ... ok runTest (__main__.EndToEndTest) End-to-end basic_distutils ... ok runTest (__main__.End