Re: [Cython] Can't login into my trac account

2011-09-28 Thread Robert Bradshaw
I can't log in either, though I haven't had a chance to investigate.

On Tue, Sep 27, 2011 at 9:41 AM, Vitja Makarov  wrote:
> Hi!
>
> Today I found that I can't login into my trac account. Is that common
> problem or only mine?
>
> --
> vitja.
> ___
> cython-devel mailing list
> cython-devel@python.org
> http://mail.python.org/mailman/listinfo/cython-devel
>
___
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel


[Cython] CyFunction refactoring plan

2011-09-28 Thread Vitja Makarov
I tried to build simple plan for ongoing cython function refactoring

* Replace assignment synthesis with SingleAssignmentNode, where LHS is
NameNode and RHS is PyCFunctionNode
* Split function body into python wrapper and C function
http://wiki.cython.org/enhancements/generators#Pythonfunctionrefactoring

Then we can implement some features and optimizations:

* Reduce difference between cdef and def functions
* Store runtime evaluated default values inside CyFunction, ticket #674
* Implement no-args super(), ticket #696
* Function call inlining

-- 
vitja.
___
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel