Lisandro Dalcin | 1 Dec 14:04
Picon
Gravatar

Re: [Cython] Python aborts when running Cython on petsc4py sources

On Mon, Dec 1, 2008 at 11:03 AM, Dag Sverre Seljebotn
<dagss@...> wrote:
> Lisandro Dalcin wrote:
>
> If you're in the process of releasing software, use the latest stable.
> -devel has had bugs for at least a week because of temps stuff, but the
> latest release should be safe.

OK

> Or is this happening in the latest release?

No, no. This is happening with cython-devel.

BTW, I switched to the revision above (a few commits away for latest
release), and all seems to work.

Revision: 1393
Branch: default
Author: Stefan Behnel <scoder@...>  2008-11-26 18:00:35
Committer: Stefan Behnel <scoder@...>  2008-11-26 18:00:35
Parent: 1392:a53116f21261 (fixed typo)
Child:  1394:71d8a06957eb (make TupleNode and ListNode a NewTempExprNode)

    let types inherit from object to work around hashing problems

> --
> Dag Sverre
> _______________________________________________
> Cython-dev mailing list
(Continue reading)

Picon
Picon

Re: [Cython] Python aborts when running Cython on petsc4py sources

Lisandro Dalcin wrote:
> On Mon, Dec 1, 2008 at 11:03 AM, Dag Sverre Seljebotn
> <dagss@...> wrote:
>> Lisandro Dalcin wrote:
>>
>> If you're in the process of releasing software, use the latest stable.
>> -devel has had bugs for at least a week because of temps stuff, but the
>> latest release should be safe.
> 
> OK
> 
>> Or is this happening in the latest release?
> 
> No, no. This is happening with cython-devel.
> 
> BTW, I switched to the revision above (a few commits away for latest
> release), and all seems to work.
> 
> Revision: 1393
> Branch: default
> Author: Stefan Behnel <scoder@...>  2008-11-26 18:00:35
> Committer: Stefan Behnel <scoder@...>  2008-11-26 18:00:35
> Parent: 1392:a53116f21261 (fixed typo)
> Child:  1394:71d8a06957eb (make TupleNode and ListNode a NewTempExprNode)
> 
>     let types inherit from object to work around hashing problems

Yes, and that is the very commit that broke a lot of things :-) It just 
doesn't show up because the testsuite is not complete, and it only 
strikes in special circumstances.
(Continue reading)

Picon
Picon

Re: [Cython] Python aborts when running Cython on petsc4py sources

Dag Sverre Seljebotn wrote:
>> Revision: 1393
>> Branch: default
>> Author: Stefan Behnel <scoder@...>  2008-11-26 18:00:35
>> Committer: Stefan Behnel <scoder@...>  2008-11-26 18:00:35
>> Parent: 1392:a53116f21261 (fixed typo)
>> Child:  1394:71d8a06957eb (make TupleNode and ListNode a NewTempExprNode)
>>
>>     let types inherit from object to work around hashing problems
> 
> Yes, and that is the very commit that broke a lot of things :-)

Opps, I was looking at the description for "Child". So this was wrong, 
but my point still stands :-)

--

-- 
Dag Sverre
Stefan Behnel | 1 Dec 14:32
Picon
Favicon

Re: [Cython] Python aborts when running Cython on petsc4py sources

Dag Sverre Seljebotn wrote:
> Dag Sverre Seljebotn wrote:
>>> Revision: 1393
>>> Branch: default
>>> Author: Stefan Behnel <scoder@...>  2008-11-26 18:00:35
>>> Committer: Stefan Behnel <scoder@...>  2008-11-26 18:00:35
>>> Parent: 1392:a53116f21261 (fixed typo)
>>> Child:  1394:71d8a06957eb (make TupleNode and ListNode a
>>> NewTempExprNode)
>>>
>>>     let types inherit from object to work around hashing problems
>>
>> Yes, and that is the very commit that broke a lot of things :-)
>
> Opps, I was looking at the description for "Child". So this was wrong,

I would also consider that revision safe. But I agree that for releasing
software, the latest official Cython release is the safest bet.

Stefan


Gmane