Re: [Cython] dynamically compile and import pure python modules

2012-04-27 Thread mark florisson
On 27 April 2012 21:16, Stefan Behnel wrote: > mark florisson, 27.04.2012 21:16: >> On 22 March 2012 20:07, Stefan Behnel wrote: >>> mark florisson, 22.03.2012 19:50: For the fused type runtime dispatch I found it very convenient to use the with statement, but that is not supported in Py

Re: [Cython] dynamically compile and import pure python modules

2012-04-27 Thread Stefan Behnel
mark florisson, 27.04.2012 21:16: > On 22 March 2012 20:07, Stefan Behnel wrote: >> mark florisson, 22.03.2012 19:50: >>> For the fused type runtime dispatch I found it very convenient to use >>> the with statement, but that is not supported in Python 2.4. However, >>> the compiler could dynamicall

Re: [Cython] dynamically compile and import pure python modules

2012-04-27 Thread mark florisson
On 22 March 2012 20:07, Stefan Behnel wrote: > mark florisson, 22.03.2012 19:50: >> For the fused type runtime dispatch I found it very convenient to use >> the with statement, but that is not supported in Python 2.4. However, >> the compiler could dynamically compile compiler code with the compil