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-06.06:31:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583476312.99.0.496322079949.issue39872@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-03-06 06:31:53petdancesetrecipients: + petdance
2020-03-06 06:31:52petdancesetmessageid: <1583476312.99.0.496322079949.issue39872@roundup.psfhosted.org>
2020-03-06 06:31:52petdancelinkissue39872 messages
2020-03-06 06:31:52petdancecreate