I was thinking about implementing new super() with no arguments.
The problem is where to store __class__, I see two options here:
1. Add func_class member to CyFunction, this way __class__ will be
private and not visible for inner functions:
2. Put it into closure
Actually, I like the first one.
Vitja Makarov, 04.07.2011 20:43:
It seems that hudson server is down.
It's back now. Looks like the sage.math machine was restarted.
Stefan
___
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel
It seems that hudson server is down.
--
vitja.
___
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel