[issue39896] Const args and remove unused args in Python/compile.c

Andy Lester report at bugs.python.org
Sat Mar 7 22:53:09 EST 2020


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

Remove unused args from:
* binop
* compiler_next_instr
* inplace_binop

Const arguments for:
* assemble_jump_offsets
* blocksize
* check_caller
* check_compare
* check_index
* check_is_arg
* check_subscripter
* compiler_error
* compiler_new_block
* compiler_pop_fblock
* compiler_push_fblock
* compiler_warn
* compute_code_flags
* dfs
* find_ann
* get_ref_type
* merge_const_tuple
* stackdepth

----------
components: Interpreter Core
messages: 363632
nosy: petdance
priority: normal
severity: normal
status: open
title: Const args and remove unused args in Python/compile.c

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


More information about the Python-bugs-list mailing list