This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author petdance
Recipients petdance
Date 2020-03-08.03:53:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583639589.56.0.292367890565.issue39896@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-03-08 03:53:09petdancesetrecipients: + petdance
2020-03-08 03:53:09petdancesetmessageid: <1583639589.56.0.292367890565.issue39896@roundup.psfhosted.org>
2020-03-08 03:53:09petdancelinkissue39896 messages
2020-03-08 03:53:09petdancecreate