mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
f2cc8ad989
Fix _PyArg_UnpackKeywordsWithVararg for the case when argument for
positional-or-keyword parameter is passed by keyword.
There was only one such case in the stdlib -- the TypeVar constructor.
(cherry picked from commit 540fcc62f5)
Miscellaneous source files for the main Python shared library