]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36254: Fix yet one invalid use of %d in format string in C. (GH-12318)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 14 Mar 2019 08:06:05 +0000 (10:06 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Mar 2019 08:06:05 +0000 (10:06 +0200)
commit2c0d3f454705bb5ccf5f6189f3cf77bbae4f056b
treed5ddcffe8cc91386f920400fccc4b6591077ec56
parentf2f55e7f03d332fd43bc665a86d585a79c3b3ed4
bpo-36254: Fix yet one invalid use of %d in format string in C. (GH-12318)
Python/getargs.c