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