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