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
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
>
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
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
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