Re: [Cython] Entry.utility_code_definitions vs. Entry.utility_code

2011-08-22 Thread Stefan Behnel
Stefan Behnel, 21.08.2011 14:35: mark florisson, 21.08.2011 12:57: I believe the _memview branch is nearly finished though, so could you wait for that merge? Otherwise modifying the pipeline wouldn't be too bad either, it might only give a few conflicts. I think it can wait a little longer.

Re: [Cython] Entry.utility_code_definitions vs. Entry.utility_code

2011-08-21 Thread Stefan Behnel
mark florisson, 21.08.2011 12:57: On 21 August 2011 12:54, mark florisson wrote: On 21 August 2011 12:31, Stefan Behnel wrote: is there a reason for having the two? The "uc_definition" is set to instances of "CythonUtilityCode" in UtilityCode.py, whereas the other is used to keep references to

Re: [Cython] Entry.utility_code_definitions vs. Entry.utility_code

2011-08-21 Thread mark florisson
On 21 August 2011 12:54, mark florisson wrote: > On 21 August 2011 12:31, Stefan Behnel wrote: >> Hi, >> >> is there a reason for having the two? >> >> The "uc_definition" is set to instances of "CythonUtilityCode" in >> UtilityCode.py, whereas the other is used to keep references to >> "UtilityC

Re: [Cython] Entry.utility_code_definitions vs. Entry.utility_code

2011-08-21 Thread mark florisson
On 21 August 2011 12:31, Stefan Behnel wrote: > Hi, > > is there a reason for having the two? > > The "uc_definition" is set to instances of "CythonUtilityCode" in > UtilityCode.py, whereas the other is used to keep references to > "UtilityCode" instances, but both inject their code in the same wa

[Cython] Entry.utility_code_definitions vs. Entry.utility_code

2011-08-21 Thread Stefan Behnel
Hi, is there a reason for having the two? The "uc_definition" is set to instances of "CythonUtilityCode" in UtilityCode.py, whereas the other is used to keep references to "UtilityCode" instances, but both inject their code in the same way, it appears. The first also has dedicated support in