[New-bugs-announce] [issue39872] Remove unused args from four functions in Python/symtable.c

Andy Lester report at bugs.python.org
Fri Mar 6 01:31:52 EST 2020


New submission from Andy Lester <andy at petdance.com>:

These four functions have unused arguments that can be removed:

symtable_exit_block -> void *ast

symtable_visit_annotations -> stmt_ty s

symtable_exit_block -> void *ast

symtable_visit_annotations -> stmt_ty s

PR is forthcoming.

----------
components: Interpreter Core
messages: 363486
nosy: petdance
priority: normal
severity: normal
status: open
title: Remove unused args from four functions in Python/symtable.c

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39872>
_______________________________________


More information about the New-bugs-announce mailing list