]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-20291: Fix MSVC warnings in getargs.c (GH-27211)
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Sat, 17 Jul 2021 11:09:18 +0000 (19:09 +0800)
committerGitHub <noreply@github.com>
Sat, 17 Jul 2021 11:09:18 +0000 (14:09 +0300)
commitf88e138a1aa3b9a9e013963e4fd7d5cce6a0b85c
tree0422add6f1412aba804ef4f8922f2c5f5920a0ec
parent689b05c6281ee6bafb9a0c0bf291260efa130f64
bpo-20291: Fix MSVC warnings in getargs.c (GH-27211)

* Fix MSVC warnings in getargs.c

* apply suggestions

Co-Authored-By: Batuhan Taskaya <batuhan@python.org>
Co-authored-by: Batuhan Taskaya <batuhan@python.org>
Python/getargs.c