]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107196: Remove _PyArg_VaParseTupleAndKeywordsFast() function (#107197)
authorVictor Stinner <vstinner@python.org>
Thu, 27 Jul 2023 14:36:54 +0000 (16:36 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Jul 2023 14:36:54 +0000 (16:36 +0200)
commit1dbb427dd67a1de5b3662cbda0277ff2c3b18095
treef100acf83ae488e61f802d26015de4f870156c5f
parentc6539b36c163efff3d6ed02b938a6151325f4db7
gh-107196: Remove _PyArg_VaParseTupleAndKeywordsFast() function (#107197)

Remove the private _PyArg_VaParseTupleAndKeywordsFast() function: it
is no longer used.
Include/cpython/modsupport.h
Python/getargs.c