[issue39878] Remove unused args in Python/formatter_unicode.c

2020-03-07 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset ad0c775ea24bb827410f01ece9f191309292bb95 by Andy Lester in branch 'master': closes bpo-39878: Remove unused arguments from static functions. (GH-18822) https://github.com/python/cpython/commit/ad0c775ea24bb827410f01ece9f191309292bb95 --

[issue39878] Remove unused args in Python/formatter_unicode.c

2020-03-06 Thread Andy Lester
Change by Andy Lester : -- pull_requests: +18181 pull_request: https://github.com/python/cpython/pull/18822 ___ Python tracker ___ _

[issue39878] Remove unused args in Python/formatter_unicode.c

2020-03-06 Thread Andy Lester
Change by Andy Lester : -- keywords: +patch pull_requests: +18168 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18810 ___ Python tracker ___

[issue39878] Remove unused args in Python/formatter_unicode.c

2020-03-06 Thread Andy Lester
New submission from Andy Lester : The following functions have unused args: calc_number_widths -> PyObject *number fill_number -> Py_ssize_t d_end -- components: Interpreter Core messages: 363525 nosy: petdance priority: normal severity: normal status: open title: Remove unused args i