aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/bytecodes.c
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend@python.org>2023-08-17 20:16:08 +0200
committerGitHub <noreply@github.com>2023-08-17 18:16:08 +0000
commit292a22bdc22f2aa70c96e9e53ca6d6b0c5f8d5bf (patch)
tree1cc7b0b802414d13ec24520f5ee6ae06a982c6a7 /Python/bytecodes.c
parent80f30cf51bd89411ef1220d714b33667d6a39901 (diff)
downloadcpython-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/bytecodes.c')
0 files changed, 0 insertions, 0 deletions