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

Re: [Cython] Cython bugfix release

2014-07-21 Thread Julian Taylor
I haven't tried it but its possibly related to the C locale the debian builders use. Try with LC_ALL=C @Yaroslav if this the the case, the workaround would be building with LC_ALL=C.UTF-8 On 21.07.2014 19:46, Robert Bradshaw wrote: > I wasn't able to reproduce this myself, which is why I haven't

Re: [Cython] Cython bugfix release

2014-07-21 Thread Robert Bradshaw
I wasn't able to reproduce this myself, which is why I haven't done anything about it yet... On Sat, Jul 19, 2014 at 9:39 PM, Yaroslav Halchenko wrote: > that was quite an underwhelming response, now it is "official" > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755340 > and I haven't ha

Re: [Cython] Cython bugfix release

2014-07-19 Thread Yaroslav Halchenko
that was quite an underwhelming response, now it is "official" https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755340 and I haven't had yet a chance to recheck master... anyone has a clue before I start digging? On Thu, 19 Jun 2014, Yaroslav Halchenko wrote: > and the same issue in current(ish

Re: [Cython] Cython bugfix release

2014-06-19 Thread Yaroslav Halchenko
and the same issue in current(ish) master: == ERROR: test_all (Cython.Debugger.Tests.TestLibCython.TestAll) -- Traceback (most recent call last): File "/tmp/bu

Re: [Cython] Cython bugfix release

2014-06-18 Thread Yaroslav Halchenko
FWIW -- 0.20.2 was just uploaded to Debian sid, thus should be available to Debian folks soon too while trying 0.20.1 across debian/ubuntus I ran into this failure == ERROR: test_all (Cython.Debugger.Tests.TestLibCython.TestAll)

[Cython] Cython bugfix release

2014-06-16 Thread Robert Bradshaw
I just pushed another bugfix release for the 0.20.x line, available on github, cython.org, or and pypi. == Features added == * Some optimisations for set/frozenset instantiation. * Support for C++ unordered_set and unordered_map. == Bugs fixed == * Access to attributes of optimised builtin meth