• Nick Douma's avatar
    Use a different method to lookup base classes on Jython · b1cb67c7
    Nick Douma authored
    Jython seems to implement inspect.getmro differently, which causes
    any classes with the same name as a class lower in the MRO not to
    be returned.
    
    This patch offloads the MRO lookup to a separate function, which
    implements different logic for Jython only.
    
    Ref #1024
    b1cb67c7
monkey.py 5.58 KB