Patrick R.Michaud (via RT) wrote:

If a subclass doesn't define an "__init" method, then creating
a new instance of the subclass results in multiple calls to
the base class "__init" method.

Fixed, r12594. (__init was searched in parents with find_method, which also searched parents ...)

I've added a test for this to t/pmc/objects.t

Thanks, unTODOed.

Pm

leo


Reply via email to