Staging
v0.5.1
https://github.com/python/cpython
Revision 804d6893b801e8f30318afc38c20d4d0e6161db3 authored by kj on 05 December 2020, 16:02:14 UTC, committed by GitHub on 05 December 2020, 16:02:14 UTC


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
1 parent da3d2ab
History
Tip revision: 804d6893b801e8f30318afc38c20d4d0e6161db3 authored by kj on 05 December 2020, 16:02:14 UTC
bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias (GH-23656)
Tip revision: 804d689
File Mode Size
PythonPowered.bmp -rw-r--r-- 2.5 KB
README.txt -rw-r--r-- 105 bytes
archive.h -rw-r--r-- 2.2 KB
bdist_wininst.vcxproj -rw-r--r-- 5.3 KB
bdist_wininst.vcxproj.filters -rw-r--r-- 2.3 KB
build.bat -rw-r--r-- 558 bytes
extract.c -rw-r--r-- 9.5 KB
install.c -rw-r--r-- 82.7 KB
install.rc -rw-r--r-- 3.1 KB
resource.h -rw-r--r-- 1.2 KB

README.txt

back to top