Re: [Cython] Bad interaction between cimported types and module cleanup

2012-08-03 Thread Stefan Behnel
Lisandro Dalcin, 03.08.2012 18:51: >> Stefan Behnel, 03.08.2012 06:04: >>> Lisandro, could you open a pull request with only the single line change >>> and a comment that properly explains why we are doing this? > > Is the comment blow clear enough for you? Thanks. I fixed it up a little. :) >

Re: [Cython] Bad interaction between cimported types and module cleanup

2012-08-03 Thread Lisandro Dalcin
On 3 August 2012 01:07, Stefan Behnel wrote: > Stefan Behnel, 03.08.2012 06:04: >> Lisandro, could you open a pull request with only the single line change >> and a comment that properly explains why we are doing this? > > A code comment, just to be clear. > Is the comment blow clear enough for y