Re: [Cython] Fwd: Re: Cython builds on various Debian platforms

2011-02-18 Thread Yaroslav Halchenko
confirming now -- built/tested fine manually on s390, uploaded, and now built across nearly all (few still building/testing) archs: https://buildd.debian.org/pkg.cgi?pkg=cython On Fri, 18 Feb 2011, Yaroslav Halchenko wrote: > > >> We are very near to be crystal clear... > > > yeap > > And now we

Re: [Cython] Fwd: Re: Cython builds on various Debian platforms

2011-02-18 Thread Yaroslav Halchenko
> >> > awesome!  I will test it asap -- just let me know if there would be > >> > another commit for above or I should tune up $HOME ;) > >> https://github.com/cython/cython/commit/475e9a085654252d5a274dab2118b746e8bda4eb > > evil you -- and who would address: > >    Caller is responsible for delet

Re: [Cython] Fwd: Re: Cython builds on various Debian platforms

2011-02-18 Thread Lisandro Dalcin
2011/2/18 Yaroslav Halchenko : > > On Fri, 18 Feb 2011, Lisandro Dalcin wrote: >> > awesome!  I will test it asap -- just let me know if there would be >> > another commit for above or I should tune up $HOME ;) >> https://github.com/cython/cython/commit/475e9a085654252d5a274dab2118b746e8bda4eb > >

Re: [Cython] Fwd: Re: Cython builds on various Debian platforms

2011-02-18 Thread Yaroslav Halchenko
On Fri, 18 Feb 2011, Lisandro Dalcin wrote: > > awesome!  I will test it asap -- just let me know if there would be > > another commit for above or I should tune up $HOME ;) > https://github.com/cython/cython/commit/475e9a085654252d5a274dab2118b746e8bda4eb evil you -- and who would address: C

Re: [Cython] [cython-users] Cython .pxd introspection: listing defined constants

2011-02-18 Thread Robert Bradshaw
On Thu, Feb 17, 2011 at 8:38 PM, W. Trevor King wrote: > On Thu, Feb 17, 2011 at 3:53 PM, Robert Bradshaw wrote: >> On Thu, Feb 17, 2011 at 3:12 PM, W. Trevor King wrote: >>> On Thu, Feb 17, 2011 at 01:25:10PM -0800, Robert Bradshaw wrote: On Thu, Feb 17, 2011 at 5:29 AM, W. Trevor King wrote

Re: [Cython] Fwd: Re: Cython builds on various Debian platforms

2011-02-18 Thread Lisandro Dalcin
2011/2/18 Yaroslav Halchenko : > > awesome!  I will test it asap -- just let me know if there would be > another commit for above or I should tune up $HOME ;) > https://github.com/cython/cython/commit/475e9a085654252d5a274dab2118b746e8bda4eb >> We are very near to be crystal clear... > > yeap >

Re: [Cython] Fwd: Re: Cython builds on various Debian platforms

2011-02-18 Thread Yaroslav Halchenko
And here are the first fruits: unittests fail on some platforms (also I have forgotten that $HOME is not guarantee to be writable, but that is a pure packaging-related side-point): All logs are available from https://buildd.debian.org/build.cgi?pkg=cython&dist=sid armel, powerpc, s390 (hppa is n

Re: [Cython] Fixing NumPy support for Python 3 (Stefan, please help!)

2011-02-18 Thread Stefan Behnel
Lisandro Dalcin, 18.02.2011 15:38: On 18 February 2011 02:19, Stefan Behnel wrote: Lisandro Dalcin, 17.02.2011 17:24: OK, I've found an alternative workaround. What do you think? diff --git a/Cython/Compiler/Interpreter.py b/Cython/Compiler/Interpreter.py index 83cb184..9fb5fe5 100644 --- a

Re: [Cython] How to update python grammar in Windows?

2011-02-18 Thread Stefan Behnel
Thomson, 18.02.2011 10:10: I tried to add a statement to Python, but I don't know how to update the grammar header files such as graminit.c&graminit.h after I updated the grammar file (Garmmar/Garmmar). It seems pgenmain.c could do this, but these is no pgen.exe in the build output of Visual Stud

[Cython] How to update python grammar in Windows?

2011-02-18 Thread Thomson
I tried to add a statement to Python, but I don't know how to update the grammar header files such as graminit.c&graminit.h after I updated the grammar file (Garmmar/Garmmar). It seems pgenmain.c could do this, but these is no pgen.exe in the build output of Visual Studio. How can I update the gram

Re: [Cython] python 2.7/3.x and numpy-dev (Dag, I need a quick comment)

2011-02-18 Thread Dag Sverre Seljebotn
On 02/17/2011 07:11 PM, Lisandro Dalcin wrote: I'm working on a patch to get old, recent, and dev NumPy working in 2.7/3.x. So far, I had success, but I still have two failures like the one pasted below. Dag, could you elaborate a bit about the purpose of __Pyx_BufFmt_CheckString() ? It is just