[Cython] What's wrong with py3k pyregr tests?

2011-10-21 Thread Vitja Makarov
I tried to run pyregr tests on my localhost and it doesn't sigsegv. Perhaps I should try compiled version of Cython. Btw, I've implemented noargs super and now I want to see how does it affect py3k-pyregr test results. -- vitja. ___ cython-devel mailin

Re: [Cython] What's wrong with py3k pyregr tests?

2011-10-21 Thread Stefan Behnel
Vitja Makarov, 21.10.2011 11:44: I tried to run pyregr tests on my localhost and it doesn't sigsegv. It's a crash bug in the debug builds of the latest py3k branch. Perhaps I should try compiled version of Cython. Yes, but it's not required to reproduce the crash. Btw, I've implemented

Re: [Cython] What's wrong with py3k pyregr tests?

2011-10-21 Thread Stefan Behnel
Stefan Behnel, 21.10.2011 12:01: Vitja Makarov, 21.10.2011 11:44: I tried to run pyregr tests on my localhost and it doesn't sigsegv. It's a crash bug in the debug builds of the latest py3k branch. Perhaps I should try compiled version of Cython. Yes, but it's not required to reproduce th

Re: [Cython] cython.parallel tasks, single, master, critical, barriers

2011-10-21 Thread Dag Sverre Seljebotn
On 10/20/2011 02:51 PM, mark florisson wrote: On 20 October 2011 10:35, Dag Sverre Seljebotn wrote: On 10/20/2011 11:13 AM, mark florisson wrote: On 20 October 2011 09:42, Dag Sverre Seljebotn wrote: Meta: I've been meaning to respond to this thread, but can't find the time. What's the

Re: [Cython] cython.parallel tasks, single, master, critical, barriers

2011-10-21 Thread mark florisson
On 21 October 2011 18:43, Dag Sverre Seljebotn wrote: > On 10/20/2011 02:51 PM, mark florisson wrote: >> >> On 20 October 2011 10:35, Dag Sverre Seljebotn >>  wrote: >>> >>> On 10/20/2011 11:13 AM, mark florisson wrote: On 20 October 2011 09:42, Dag Sverre Seljebotn    wrote:

Re: [Cython] ImportError: DLL load failed: The specified module could not be found.

2011-10-21 Thread Adrian Martínez Vargas
I'm 90% sure that the problem is that the pyd file is not registered (it works if I put the module in my working directory). I'm trying to registered in windows 7 with regsvr32 but don't work. I need HELP guys! Regards Adrian On 19/10/2011 12:45 PM, Alexander T. Berghage wrote: Adrian I'm

Re: [Cython] ImportError: DLL load failed: The specified module could not be found.

2011-10-21 Thread mark florisson
Sorry, most of us don't use Windows. In any case, this is something that belongs on the cython-users list, please continue the discussion there. On 21 October 2011 20:51, Adrian Martínez Vargas wrote: > I'm 90% sure that the problem is that the pyd file is not registered (it > works if I put the

Re: [Cython] What's wrong with py3k pyregr tests?

2011-10-21 Thread Vitja Makarov
2011/10/21 Stefan Behnel : > Stefan Behnel, 21.10.2011 12:01: >> >> Vitja Makarov, 21.10.2011 11:44: >>> >>> I tried to run pyregr tests on my localhost and it doesn't sigsegv. >> >> It's a crash bug in the debug builds of the latest py3k branch. >> >> >>> Perhaps I should try compiled version of C

Re: [Cython] cython.parallel tasks, single, master, critical, barriers

2011-10-21 Thread Dag Sverre Seljebotn
On 10/21/2011 09:31 PM, mark florisson wrote: On 21 October 2011 18:43, Dag Sverre Seljebotn wrote: On 10/20/2011 02:51 PM, mark florisson wrote: On 20 October 2011 10:35, Dag Sverre Seljebotn wrote: On 10/20/2011 11:13 AM, mark florisson wrote: On 20 October 2011 09:42, Dag Sverre S

Re: [Cython] What's wrong with py3k pyregr tests?

2011-10-21 Thread Stefan Behnel
Stefan Behnel, 21.10.2011 12:53: Stefan Behnel, 21.10.2011 12:01: Vitja Makarov, 21.10.2011 11:44: I tried to run pyregr tests on my localhost and it doesn't sigsegv. It's a crash bug in the debug builds of the latest py3k branch. Perhaps I should try compiled version of Cython. Yes, but