Skip to content

[3.12] gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122664) - #122807

Merged
serhiy-storchaka merged 1 commit into
python:3.12from
serhiy-storchaka:backport-540fcc6-3.12
Aug 8, 2024
Merged

[3.12] gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122664)#122807
serhiy-storchaka merged 1 commit into
python:3.12from
serhiy-storchaka:backport-540fcc6-3.12

Conversation

@serhiy-storchaka

@serhiy-storchakaserhiy-storchaka commented Aug 7, 2024

Copy link
Copy Markdown
Member

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 540fcc6)

…ed by keyword (pythonGH-122664)
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 540fcc6)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bugAn unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@serhiy-storchaka