• Killian Lufau's avatar
    Fix handling of private methods · d0233199
    Killian Lufau authored
    The detection of the attribute `_private` was performed on a string
    object representing the name of the method instead of the method itself,
    leading to the registry allowing anyone to call private methods.
    d0233199
registry.py 29.2 KB