Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-29 Thread mark florisson
On 29 August 2012 21:20, Stefan Behnel wrote: > Christoph Gohlke, 27.08.2012 18:05: >> On 8/27/2012 2:42 AM, mark florisson wrote: >>> On 27 August 2012 01:39, Christoph Gohlke wrote: On my system, the following patch fixes all the lastprivate related test errors and does not have any si

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-29 Thread Stefan Behnel
Christoph Gohlke, 27.08.2012 18:05: > On 8/27/2012 2:42 AM, mark florisson wrote: >> On 27 August 2012 01:39, Christoph Gohlke wrote: >>> On my system, the following patch fixes all the lastprivate related test >>> errors and does not have any side effects on other tests. It removes the >>> additio

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-27 Thread Christoph Gohlke
On 8/27/2012 2:42 AM, mark florisson wrote: On 27 August 2012 01:39, Christoph Gohlke wrote: On 8/26/2012 4:08 AM, mark florisson wrote: On 25 August 2012 03:07, Christoph Gohlke wrote: Hi, On 8/24/2012 12:43 PM, Stefan Behnel wrote: Hi, thanks for testing! Christoph Gohlke, 24.08.2

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-27 Thread mark florisson
On 27 August 2012 01:39, Christoph Gohlke wrote: > On 8/26/2012 4:08 AM, mark florisson wrote: >> >> On 25 August 2012 03:07, Christoph Gohlke wrote: >>> >>> Hi, >>> >>> >>> On 8/24/2012 12:43 PM, Stefan Behnel wrote: Hi, thanks for testing! Christoph Gohlke, 24

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-26 Thread Stefan Behnel
Yaroslav Halchenko, 27.08.2012 03:38: > FWIW -- this beta builds/tests ok across nearly all Debian ports but 4 Nice! Thanks for testing. > where process unexpectedly terminates for no obvious reason (it > built/tested just fine on my local sparc box): > https://buildd.debian.org/status/package.p

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-26 Thread Yaroslav Halchenko
FWIW -- this beta builds/tests ok across nearly all Debian ports but 4 where process unexpectedly terminates for no obvious reason (it built/tested just fine on my local sparc box): https://buildd.debian.org/status/package.php?p=cython&suite=experimental some time I will check WTF (memory? etc) on

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-26 Thread Christoph Gohlke
On 8/26/2012 4:08 AM, mark florisson wrote: On 25 August 2012 03:07, Christoph Gohlke wrote: Hi, On 8/24/2012 12:43 PM, Stefan Behnel wrote: Hi, thanks for testing! Christoph Gohlke, 24.08.2012 07:20: I tested Cython-0.17b3 on Windows 7 with Visual Studio compilers. 32 bit Python 2.7 w

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-26 Thread mark florisson
On 26 August 2012 22:25, Christoph Gohlke wrote: > On 8/26/2012 2:09 PM, Christoph Gohlke wrote: >> >> On 8/26/2012 4:08 AM, mark florisson wrote: >>> >>> On 25 August 2012 03:07, Christoph Gohlke wrote: Hi, On 8/24/2012 12:43 PM, Stefan Behnel wrote: > > > Hi

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-26 Thread mark florisson
On 26 August 2012 22:45, mark florisson wrote: > On 26 August 2012 22:25, Christoph Gohlke wrote: >> On 8/26/2012 2:09 PM, Christoph Gohlke wrote: >>> >>> On 8/26/2012 4:08 AM, mark florisson wrote: On 25 August 2012 03:07, Christoph Gohlke wrote: > > Hi, > > > On 8

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-26 Thread Christoph Gohlke
On 8/26/2012 2:09 PM, Christoph Gohlke wrote: On 8/26/2012 4:08 AM, mark florisson wrote: On 25 August 2012 03:07, Christoph Gohlke wrote: Hi, On 8/24/2012 12:43 PM, Stefan Behnel wrote: Hi, thanks for testing! Christoph Gohlke, 24.08.2012 07:20: I tested Cython-0.17b3 on Windows 7 wit

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-26 Thread Christoph Gohlke
On 8/26/2012 4:08 AM, mark florisson wrote: On 25 August 2012 03:07, Christoph Gohlke wrote: Hi, On 8/24/2012 12:43 PM, Stefan Behnel wrote: Hi, thanks for testing! Christoph Gohlke, 24.08.2012 07:20: I tested Cython-0.17b3 on Windows 7 with Visual Studio compilers. 32 bit Python 2.7 w

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-26 Thread Christoph Gohlke
On 8/26/2012 11:08 AM, mark florisson wrote: On 26 August 2012 17:32, Christoph Gohlke wrote: On 8/26/2012 4:08 AM, mark florisson wrote: On 25 August 2012 03:07, Christoph Gohlke wrote: Hi, On 8/24/2012 12:43 PM, Stefan Behnel wrote: Hi, thanks for testing! Christoph Gohlke, 24.08.

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-26 Thread mark florisson
On 26 August 2012 17:32, Christoph Gohlke wrote: > On 8/26/2012 4:08 AM, mark florisson wrote: >> >> On 25 August 2012 03:07, Christoph Gohlke wrote: >>> >>> Hi, >>> >>> >>> On 8/24/2012 12:43 PM, Stefan Behnel wrote: Hi, thanks for testing! Christoph Gohlke, 24

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-26 Thread Stefan Behnel
Christoph Gohlke, 26.08.2012 17:54: > On 8/26/2012 2:41 AM, Stefan Behnel wrote: >> A patch would essentially look like this: >> >> diff -r 18fed0dec20e Cython/Compiler/Code.py >> --- a/Cython/Compiler/Code.py Sun Aug 26 00:54:01 2012 +0200 >> +++ b/Cython/Compiler/Code.py Sun Aug 26 11:39:29 2

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-26 Thread Christoph Gohlke
On 8/26/2012 4:08 AM, mark florisson wrote: On 25 August 2012 03:07, Christoph Gohlke wrote: Hi, On 8/24/2012 12:43 PM, Stefan Behnel wrote: Hi, thanks for testing! Christoph Gohlke, 24.08.2012 07:20: I tested Cython-0.17b3 on Windows 7 with Visual Studio compilers. 32 bit Python 2.7 w

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-26 Thread Christoph Gohlke
On 8/26/2012 2:41 AM, Stefan Behnel wrote: Stefan Behnel, 26.08.2012 11:36: Christoph Gohlke, 26.08.2012 10:03: On 8/25/2012 6:51 AM, Stefan Behnel wrote: Christoph Gohlke, 25.08.2012 04:07: On 8/24/2012 12:43 PM, Stefan Behnel wrote: Christoph Gohlke, 24.08.2012 07:20: On 64 bit Python 2.7

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-26 Thread mark florisson
On 25 August 2012 03:07, Christoph Gohlke wrote: > Hi, > > > On 8/24/2012 12:43 PM, Stefan Behnel wrote: >> >> Hi, >> >> thanks for testing! >> >> Christoph Gohlke, 24.08.2012 07:20: >>> >>> I tested Cython-0.17b3 on Windows 7 with Visual Studio compilers. >>> >>> 32 bit Python 2.7 works well, onl

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-26 Thread Stefan Behnel
Stefan Behnel, 26.08.2012 11:36: > Christoph Gohlke, 26.08.2012 10:03: >> On 8/25/2012 6:51 AM, Stefan Behnel wrote: >>> Christoph Gohlke, 25.08.2012 04:07: On 8/24/2012 12:43 PM, Stefan Behnel wrote: > Christoph Gohlke, 24.08.2012 07:20: >> On 64 bit Python 2.7 and 3.2 with msvc9 comp

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-26 Thread Stefan Behnel
Christoph Gohlke, 26.08.2012 10:03: > On 8/25/2012 6:51 AM, Stefan Behnel wrote: >> Christoph Gohlke, 25.08.2012 04:07: >>> On 8/24/2012 12:43 PM, Stefan Behnel wrote: Christoph Gohlke, 24.08.2012 07:20: > On 64 bit Python 2.7 and 3.2 with msvc9 compiler, python.exe crashes > during >>

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-26 Thread Christoph Gohlke
On 8/25/2012 6:51 AM, Stefan Behnel wrote: Christoph Gohlke, 25.08.2012 04:07: On 8/24/2012 12:43 PM, Stefan Behnel wrote: Christoph Gohlke, 24.08.2012 07:20: I tested Cython-0.17b3 on Windows 7 with Visual Studio compilers. 32 bit Python 2.7 works well, only 4 test failures. Three of those

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-25 Thread Stefan Behnel
Christoph Gohlke, 25.08.2012 04:07: > On 8/24/2012 12:43 PM, Stefan Behnel wrote: >> Christoph Gohlke, 24.08.2012 07:20: >>> I tested Cython-0.17b3 on Windows 7 with Visual Studio compilers. >>> >>> 32 bit Python 2.7 works well, only 4 test failures. >> >> Three of those errors are in OpenMP tests

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-24 Thread Christoph Gohlke
Hi, On 8/24/2012 12:43 PM, Stefan Behnel wrote: Hi, thanks for testing! Christoph Gohlke, 24.08.2012 07:20: I tested Cython-0.17b3 on Windows 7 with Visual Studio compilers. 32 bit Python 2.7 works well, only 4 test failures. Three of those errors are in OpenMP tests - is OpenMP supported

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-24 Thread Stefan Behnel
Hi, thanks for testing! Christoph Gohlke, 24.08.2012 07:20: > I tested Cython-0.17b3 on Windows 7 with Visual Studio compilers. > > 32 bit Python 2.7 works well, only 4 test failures. Three of those errors are in OpenMP tests - is OpenMP supported in your build environment? The other one is th

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-23 Thread Christoph Gohlke
On 8/23/2012 11:13 AM, Stefan Behnel wrote: Hello everyone, on behalf of the Cython project team, I'm proud to announce the release of our third beta of Cython 0.17. This is our first and hopefully last release candidate for 0.17, another major step forward in the development of the language tha

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-23 Thread Stefan Behnel
Yaroslav Halchenko, 23.08.2012 21:23: > my not so wild but still a guess that 0.17b3 corresponds to > 5b0e8f8b96e353ac6d12d54f86babee9ff6f1bf8 git commit (never know for sure > if there is no tag :-P )? ;) http://wiki.cython.org/ReleaseNotes-0.17 hg-git isn't all that good at mirroring tags back

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-23 Thread Yaroslav Halchenko
congrats! my not so wild but still a guess that 0.17b3 corresponds to 5b0e8f8b96e353ac6d12d54f86babee9ff6f1bf8 git commit (never know for sure if there is no tag :-P )? ;) On Thu, 23 Aug 2012, Stefan Behnel wrote: > Hello everyone, > on behalf of the Cython project team, I'm proud to announce