Re: [Cython] Interpretting cython -a

2011-04-16 Thread Stefan Behnel
Stuart Axon, 16.04.2011 19:44: Do I want things to be yellower or whiter? White is C, yellow is Python. If I add an annotation and the colours don't change then I guess it's doing nothing, right. You also want to click on the line in question and check the C code before an afterwards. If

Re: [Cython] prange CEP updated

2011-04-16 Thread Dag Sverre Seljebotn
(Moving discussion from http://markflorisson.wordpress.com/, where Mark said:) """ Started a new branch https://github.com/markflorisson88/cython/tree/openmp . Now the question is whether sharing attributes should be propagated outwards. e.g. if you do for i in prange(m): for j in prange

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

2011-04-16 Thread Robert Bradshaw
On Thu, Apr 14, 2011 at 12:05 PM, Chris Lasher wrote: > 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

Re: [Cython] speed.pypy.org

2011-04-16 Thread Robert Bradshaw
On Sat, Apr 16, 2011 at 1:20 AM, Stefan Behnel wrote: > Robert Bradshaw, 16.04.2011 08:53: >> >> On Fri, Apr 15, 2011 at 1:20 PM, Stefan Behnel wrote: >>> >>> Stefan Behnel, 11.04.2011 15:08: I'm currently discussing with Maciej Fijalkowski (PyPy) how to get Cython running on s

Re: [Cython] speed.pypy.org

2011-04-16 Thread Stefan Behnel
Robert Bradshaw, 16.04.2011 08:53: On Fri, Apr 15, 2011 at 1:20 PM, Stefan Behnel wrote: Stefan Behnel, 11.04.2011 15:08: I'm currently discussing with Maciej Fijalkowski (PyPy) how to get Cython running on speed.pypy.org (that's what I wrote "cythonrun" for). If it works out well, we may have