Dag Sverre Seljebotn wrote:
> Developments:
> 
> I thought I should announce a change I did to generate_disposal_code. It 
> now takes two parameters, "decref" and "free_temp", which both defaults 
> to True, and which can be toggled. decref==False is a synonym for 
> generate_post_assignment_code.
> 

If you need an example of "why", see BoolBinopNode.

Coordination: From now on it seems to mostly be a matter of "when you 
have the time, take a node and convert it". As I said I'll be doing less 
of this myself over the next few weeks.

(Note that the current -devel could be released for what I know, except 
for the things that are already noted, there's no rush as the systems 
work together.)

I propose that for coordination people post a comment to 
http://trac.cython.org/cython_trac/ticket/77 whenever one starts working 
on converting a class or set of classes.

A lot of nodes should be trivial, but at least the LHS nodes (IndexNode, 
NameNode and AttributeNode) might give problems. This has such a high 
potential to introduce bugs that I think each class should be audited 
anyway (C source must definitely be inspected manually, most of the 
stuff cannot easily be catched by the tests).

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

Reply via email to