]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40147: Fix a compiler warning on Windows in Python/compile.c (GH-19389)
authorZackery Spytz <zspytz@gmail.com>
Mon, 6 Apr 2020 06:47:47 +0000 (00:47 -0600)
committerGitHub <noreply@github.com>
Mon, 6 Apr 2020 06:47:47 +0000 (07:47 +0100)
commit08050e959e6c40839cd2c9e5f6a4fd1513e3d605
tree6ec7472460269035a9b7b5cd12d3f7b5b3ed85cf
parentc63629e7c09da80a6b7d0253d04a9b3f57f88eff
bpo-40147: Fix a compiler warning on Windows in Python/compile.c (GH-19389)

Change the type of nkeywords to Py_ssize_t.
Python/compile.c