mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +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.
Miscellaneous source files for the main Python shared library