diff options
author | Erlend E. Aasland <erlend@python.org> | 2023-08-17 20:16:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-17 18:16:08 +0000 |
commit | 292a22bdc22f2aa70c96e9e53ca6d6b0c5f8d5bf (patch) | |
tree | 1cc7b0b802414d13ec24520f5ee6ae06a982c6a7 /Python/executor_cases.c.h | |
parent | 80f30cf51bd89411ef1220d714b33667d6a39901 (diff) | |
download | cpython-292a22bdc22f2aa70c96e9e53ca6d6b0c5f8d5bf.tar.gz cpython-292a22bdc22f2aa70c96e9e53ca6d6b0c5f8d5bf.zip |
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.
Diffstat (limited to 'Python/executor_cases.c.h')
0 files changed, 0 insertions, 0 deletions