Re: [Cython] prange CEP updated

2011-04-13 Thread mark florisson
On 13 April 2011 22:53, mark florisson wrote: > On 13 April 2011 21:57, Dag Sverre Seljebotn > wrote: >> On 04/13/2011 09:31 PM, mark florisson wrote: >>> >>> On 5 April 2011 22:29, Dag Sverre Seljebotn >>>  wrote: I've done a pretty major revision to the prange CEP, bringing in a lot

Re: [Cython] prange CEP updated

2011-04-13 Thread mark florisson
On 13 April 2011 21:57, Dag Sverre Seljebotn wrote: > On 04/13/2011 09:31 PM, mark florisson wrote: >> >> On 5 April 2011 22:29, Dag Sverre Seljebotn >>  wrote: >>> >>> I've done a pretty major revision to the prange CEP, bringing in a lot of >>> the feedback. >>> >>> Thread-private variables are

Re: [Cython] prange CEP updated

2011-04-13 Thread Dag Sverre Seljebotn
On 04/13/2011 09:31 PM, mark florisson wrote: On 5 April 2011 22:29, Dag Sverre Seljebotn wrote: I've done a pretty major revision to the prange CEP, bringing in a lot of the feedback. Thread-private variables are now split in two cases: i) The safe cases, which really require very little t

Re: [Cython] prange CEP updated

2011-04-13 Thread mark florisson
On 5 April 2011 22:29, Dag Sverre Seljebotn wrote: > I've done a pretty major revision to the prange CEP, bringing in a lot of > the feedback. > > Thread-private variables are now split in two cases: > >  i) The safe cases, which really require very little technical knowledge -> > automatically in

Re: [Cython] GSoC Proposal - Reimplement C modules in CPython's standard library in Cython.

2011-04-13 Thread Stefan Behnel
Robert Bradshaw, 12.04.2011 22:42: On Tue, Apr 12, 2011 at 11:22 AM, Stefan Behnel wrote: Arthur de Souza Ribeiro, 12.04.2011 14:59: The code is in this repository: https://github.com/arthursribeiro/JSON-module your feedback would be very important, so that I could improve my skills to get more

Re: [Cython] Test runner

2011-04-13 Thread Robert Bradshaw
On Wed, Apr 13, 2011 at 4:07 AM, mark florisson wrote: > Another, different but related issue: how can we get useful output > from the test runner? e.g. I'm running my test with a > '@cython.test_assert_path_exists("...")' and I get this error output: > > ==

Re: [Cython] Test runner

2011-04-13 Thread mark florisson
Another, different but related issue: how can we get useful output from the test runner? e.g. I'm running my test with a '@cython.test_assert_path_exists("...")' and I get this error output: == ERROR: runTest (__main__.CythonRunTe