Dag Sverre Seljebotn wrote:
> I'd definitely not have a DictLoopNode; instead 
> one should use a regular WhileStatNode containing a SimpleCallNode 
> calling PyDict_Next.

Except that you can't express a call to PyDict_Next using
a standard SimpleCallNode because of its weird signature.

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

Reply via email to