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
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
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