Comment 1 for bug 373715

Revision history for this message
Francis J. Lacoste (flacoste) wrote :

This isn't something we should do as it really breaks the type system.

A delegate isn't a subclass of the delegated class, so passing itself as self is likely to break code (if any method depends on private/protected attributes).