Re: [Cython] Sources list handling in Build/Dependencies.py:create_extension_list

2011-03-09 Thread Robert Bradshaw
On Wed, Mar 9, 2011 at 3:13 AM, Oleksandr Kreshchenko wrote: > Hello! > > Following the "CEP 201 - Distutils Preprocessing" > (http://wiki.cython.org/enhancements/distutils_preprocessing) > there are two possibilities to build a module with cythonize function in > setup.py. > > Second one uses lis

[Cython] Sources list handling in Build/Dependencies.py:create_extension_list

2011-03-09 Thread Oleksandr Kreshchenko
Hello! Following the "CEP 201 - Distutils Preprocessing" (http://wiki.cython.org/enhancements/distutils_preprocessing) there are two possibilities to build a module with cythonize function in setup.py. Second one uses list of distutils.extension.Extension class which accept all necessary comp

Re: [Cython] OpenMP support

2011-03-09 Thread Francesc Alted
A Tuesday 08 March 2011 18:02:13 Sturla Molden escrigué: > Den 08.03.2011 17:33, skrev mark florisson: > > With OpenMP code, exactly how common are exceptions and error > > handling? > > Error handling is always needed, but OpenMP does not help with this. > > One can use an integer variable as er