mirror of
https://github.com/python/cpython.git
synced 2026-08-05 18:17:53 +08: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