mirror of
https://github.com/python/cpython.git
synced 2026-07-23 18:36:26 -04:00
1fd1c6c738
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