[Cython] PEP 3135 -- New Super

2011-07-04 Thread Vitja Makarov
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.

Re: [Cython] Hudson is down?

2011-07-04 Thread Stefan Behnel
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

[Cython] Hudson is down?

2011-07-04 Thread Vitja Makarov
It seems that hudson server is down. -- vitja. ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel