On Fri, Dec 10, 2010 at 2:43 PM, Vitja Makarov <vitja.maka...@gmail.com> wrote:
> 2010/12/11 Robert Bradshaw <rober...@math.washington.edu>:
>> On Fri, Dec 10, 2010 at 2:38 PM, Stefan Behnel <stefan...@behnel.de> wrote:
>>> Vitja Makarov, 10.12.2010 22:01:
>>>> I've pushed commit that moves exc_save_vars into temps
>>>
>>> Yes, I think that makes good sense and should simplify things a lot.
>>>
>>>> (now it's declared with type=py_object_type and manage_refs=False)
>>>
>>> Sounds right.
>>
>> Can't their be multiple nestings of exc_save_vars (if try statements
>> are nested)?
>>
>> - Robert
>
> That should be ok, temps are allocated dynamicly. Take a look at commit 
> please.

+1, that should be fine.

(I'd actually been meaning to take a good look at your code when I had
some time and then respond with any comments, including this concern
were it was relevant, but just wanted to confirm this was considered
when I saw someone else answered.)

- Robert
_______________________________________________
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to