[Cython] provision to name cython binaries

2012-10-28 Thread Neal Becker
Does cython build have a provision to name the binaries, with a suffix? This would make it easier to build co-existing versions for python2 and 3. For example: setup.py --suffix=3 to produce .../bin/cython3 ___ cython-devel mailing list cython-deve

Re: [Cython] array expressions

2012-10-28 Thread mark florisson
On 23 October 2012 10:47, mark florisson wrote: > On 23 October 2012 02:44, Robert Bradshaw wrote: >> On Sun, Oct 21, 2012 at 5:39 AM, mark florisson >> wrote: >>> On 16 October 2012 18:48, Robert Bradshaw wrote: On Sun, Oct 14, 2012 at 6:13 AM, mark florisson wrote: > On 14 Octo