Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let the multiple inheritance checks consider callable objects as possible subtypes of usual functions (Fixes #14852). #14855

Merged

Commits on Mar 8, 2023

  1. Let the multiple inheritance checks consider callable objects as poss…

    …ible subtypes of usual functions (Fixes python#14852).
    
    The solution is inspired by the `visit_instance` method of `SubtypeVisitor`.  The `testMultipleInheritanceOverridingOfFunctionsWithCallableInstances` tests the new functionality for decorated and non-decorated functions and callable objects.
    tyralla committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    0cb305f View commit details
    Browse the repository at this point in the history