diff options
author | kj <28750310+Fidget-Spinner@users.noreply.github.com> | 2020-12-05 23:02:14 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-05 08:02:14 -0800 |
commit | 804d6893b801e8f30318afc38c20d4d0e6161db3 (patch) | |
tree | 54ab5cd365ec99fa0cd95cb690bb9ef3d02f9658 /Python/fileutils.c | |
parent | da3d2abe6be9fcf18cac12ec5d7d9f1180d94b5e (diff) | |
download | cpython-git-804d6893b801e8f30318afc38c20d4d0e6161db3.tar.gz |
bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias (GH-23656)
Use `_PyArg_NoKeywords` instead of `_PyArg_NoKwnames` when checking the `kwds` tuple when creating `GenericAlias`. This fixes an interpreter crash when passing in keyword arguments to `GenericAlias`'s constructor.
Needs backport to 3.9.
Automerge-Triggered-By: GH:gvanrossum
Diffstat (limited to 'Python/fileutils.c')
0 files changed, 0 insertions, 0 deletions