Re: [Cython] Control flow graph

2011-04-14 Thread Vitja Makarov
Can I use cython-generators project on hudson for control-flow tests? So I'll move cf branch development to my master branch. -- vitja. ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel

Re: [Cython] Control flow graph

2011-04-14 Thread Stefan Behnel
Vitja Makarov, 14.04.2011 09:27: Can I use cython-generators project on hudson for control-flow tests? So I'll move cf branch development to my master branch. Sure. I renamed the tab to "cython-vitek". It's your repo, use it as you see fit. Stefan

Re: [Cython] prange CEP updated

2011-04-14 Thread Dag Sverre Seljebotn
On 04/13/2011 11:13 PM, mark florisson wrote: Although there is omp_get_max_threads(): "The omp_get_max_threads routine returns an upper bound on the number of threads that could be used to form a new team if a parallel region without a num_threads clause were encountered after execution return

Re: [Cython] prange CEP updated

2011-04-14 Thread mark florisson
On 14 April 2011 20:29, Dag Sverre Seljebotn wrote: > On 04/13/2011 11:13 PM, mark florisson wrote: >> >> Although there is omp_get_max_threads(): >> >> "The omp_get_max_threads routine returns an upper bound on the number >> of threads that could be used to form a new team if a parallel region >>

Re: [Cython] prange CEP updated

2011-04-14 Thread mark florisson
On 14 April 2011 20:29, Dag Sverre Seljebotn wrote: > On 04/13/2011 11:13 PM, mark florisson wrote: >> >> Although there is omp_get_max_threads(): >> >> "The omp_get_max_threads routine returns an upper bound on the number >> of threads that could be used to form a new team if a parallel region >>

Re: [Cython] prange CEP updated

2011-04-14 Thread Dag Sverre Seljebotn
On 04/14/2011 08:39 PM, mark florisson wrote: On 14 April 2011 20:29, Dag Sverre Seljebotn wrote: On 04/13/2011 11:13 PM, mark florisson wrote: Although there is omp_get_max_threads(): "The omp_get_max_threads routine returns an upper bound on the number of threads that could be used to form

Re: [Cython] prange CEP updated

2011-04-14 Thread Dag Sverre Seljebotn
On 04/14/2011 08:42 PM, mark florisson wrote: On 14 April 2011 20:29, Dag Sverre Seljebotn wrote: On 04/13/2011 11:13 PM, mark florisson wrote: Although there is omp_get_max_threads(): "The omp_get_max_threads routine returns an upper bound on the number of threads that could be used to form

Re: [Cython] Code examples missing in Cython User's Guide

2011-04-14 Thread Chris Lasher
Thanks Arthur. I actually found the code examples in a grandparent directory of the User's Guide documentation source directory. I have submitted a pull request on GitHub which corrects the User's Guide Tutorial documentation so that it now includes the code. https://github.com/cython/cython/pull/

Re: [Cython] prange CEP updated

2011-04-14 Thread mark florisson
On 14 April 2011 20:58, Dag Sverre Seljebotn wrote: > On 04/14/2011 08:42 PM, mark florisson wrote: >> >> On 14 April 2011 20:29, Dag Sverre Seljebotn >>  wrote: >>> >>> On 04/13/2011 11:13 PM, mark florisson wrote: Although there is omp_get_max_threads(): "The omp_get_max_thre

Re: [Cython] prange CEP updated

2011-04-14 Thread Dag Sverre Seljebotn
On 04/14/2011 09:08 PM, mark florisson wrote: On 14 April 2011 20:58, Dag Sverre Seljebotn wrote: On 04/14/2011 08:42 PM, mark florisson wrote: On 14 April 2011 20:29, Dag Sverre Seljebotn wrote: On 04/13/2011 11:13 PM, mark florisson wrote: Although there is omp_get_max_threads(): "Th

Re: [Cython] prange CEP updated

2011-04-14 Thread mark florisson
On 14 April 2011 21:37, Dag Sverre Seljebotn wrote: > On 04/14/2011 09:08 PM, mark florisson wrote: >> >> On 14 April 2011 20:58, Dag Sverre Seljebotn >>  wrote: >>> >>> On 04/14/2011 08:42 PM, mark florisson wrote: On 14 April 2011 20:29, Dag Sverre Seljebotn  wrote: > > On

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

2011-04-14 Thread Arthur de Souza Ribeiro
I've created the .pyx files and it passed in all python tests. To test them, as I said, I copied the .py test files to my project directory, generated the .so files, import them instead of python modules and run. I run every test file and it passed in all of them. To run the tests, run the file 'r

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

2011-04-14 Thread Stefan Behnel
[please avoid top-posting] Arthur de Souza Ribeiro, 15.04.2011 04:31: I've created the .pyx files and it passed in all python tests. Fine. As far as I can see, you only added static types in some places. Did you test if they are actually required (maybe using "cython -a")? Some of them look