Stefan Behnel wrote:

> So this would mimic the "public" mechanism in a way, although it'd be
> better to do the normal name mangling for tp_new() even if we export it.

Yes, the name should definitely still be mangled, since
that's the only way of distinguishing between classes
having the same name in different modules. And there's
no reason not to mangle, because the programmer won't
be calling it directly.

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

Reply via email to