mirror of
https://github.com/python/cpython.git
synced 2026-06-23 11:33:30 -04:00
540fcc62f5
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