Robert Bradshaw wrote:
> On Oct 23, 2009, at 2:10 AM, Stefan Behnel wrote:
>> Robert Bradshaw wrote:
>>> I think I'm down to one bug,
>>> somewhere in exception handling, but I haven't been able to look at  
>>> it much yet
>> Any more hints on this? I might be able to help out.
> 
> I get
> SystemError: NULL result without error in PyObject_Call
> I haven't tried to pull it out into an isolated failure yet. 
> http://trac.sagemath.org/sage_trac/ticket/7272 
>   the file in question is
> http://hg.sagemath.org/sage-main/file/5bf36a37cd0c/sage/modular/modsym/heilbronn.pyx#l400

Hmm, not much I can do without seeing the generated C code. At least, it
doesn't look exception related. Might also be a stray NULL return value,
maybe __pyx_r wasn't set up in the _initialize_list() method for whatever
reason.


> Agreed. And we should make sure to test things like --embed too  

Yes, that's absolutely worth testing.

Stefan

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to