]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-39878: Remove unused arguments from static functions. (GH-18822)
authorAndy Lester <andy@petdance.com>
Sat, 7 Mar 2020 17:29:10 +0000 (11:29 -0600)
committerGitHub <noreply@github.com>
Sat, 7 Mar 2020 17:29:10 +0000 (09:29 -0800)
commitad0c775ea24bb827410f01ece9f191309292bb95
tree4d7bb3ab537d517e2ed8a29a198b1015f44ee20d
parentc4928fc1a853f3f84e2b4ec1253d0349137745e5
closes bpo-39878: Remove unused arguments from static functions. (GH-18822)

calc_number_widths -> PyObject *number

fill_number -> Py_ssize_t d_end
Python/formatter_unicode.c