mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
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 540fcc62f5da982b79504221cac01bfab8b73ba1)
Miscellaneous source files for the main Python shared library