2010/12/10 Robert Bradshaw <rober...@math.washington.edu>:
> On Fri, Dec 10, 2010 at 11:51 AM, Stefan Behnel <stefan...@behnel.de> wrote:
>> Robert Bradshaw, 10.12.2010 20:35:
>>> On Fri, Dec 10, 2010 at 11:15 AM, Vitja Makarov wrote:
>>>> 2010/12/10 Robert Bradshaw:
>>>>> On Fri, Dec 10, 2010 at 12:22 AM, Vitja Makarov wrote:
>>>>>> 2010/12/10 Stefan Behnel:
>>>>>>> I could also add Hudson jobs for it. Robert, would it be ok to add them 
>>>>>>> for
>>>>>>> all Python versions?
>>>>>
>>>>> I think that would be excessive. Lets just do 2.4,
>>>
>>> (I meant 2.3 here...)
>>
>> The 2.3 tests do not run the doctests. I have no idea why (likely a bug or
>> missing feature in the old doctest or unittest module), and I didn't care
>> much since 2.3 is long dead anyway. In any case, 2.4 is a better choice.
>
> Ah, OK, I thought it was an oversight and just went through trying to
> change it (which you probably noticed). Sure, 2.4 is fine.
>
> - Robert
> _______________________________________________
> Cython-dev mailing list
> Cython-dev@codespeak.net
> http://codespeak.net/mailman/listinfo/cython-dev
>

I've pushed commit that moves exc_save_vars into temps (now it's
declared with type=py_object_type and manage_refs=False)
Is that ok? That's required for propper generator support to store
exc_save_vars somewhere.

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

Reply via email to