Hi, all.
For my GSoC work with C++ Support, I need to know if we'll use the
Python '__init__' special method or use C++ way, with the constructor
with the same name of the class:

class Foo
{
public:
    Foo() { } //constructor
}

For this, we need your vote.

Know that the choose of the syntax will not change our work to
implement. Just choose wich will be better for you :)

So, shich do you prefer? (I'm neutral on it)

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

Reply via email to