gh-104683: Argument Clinic: Remove unreachable code from _module_and_class() (#108092)
'not hasattr(parent, "classes")' is always false, since 'parent' is an instance of either the Module, Class, or Clinic classes, and all of them has a "classes" attribute.
E
Erlend E. Aasland committed
292a22bdc22f2aa70c96e9e53ca6d6b0c5f8d5bf
Parent: 80f30cf
Committed by GitHub <noreply@github.com>
on 8/17/2023, 6:16:08 PM