Export to GitHub

ironclad - issue #5

ipy classes with multiple bases have inaccurate cpy representation


Posted on Jan 20, 2009 by Swift Camel

Multiply-inherited IronPython classes are represented in CPython as singly-inherited from the first member of their bases. Not sure if this is a problem in practice.

Comment #1

Posted on Jan 27, 2009 by Swift Camel

(No comment was entered for this change.)

Comment #2

Posted on May 27, 2009 by Swift Camel

Fixed in r487

Status: Fixed

Labels:
Type-Defect Priority-Low