]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110864: Fix _PyArg_UnpackKeywordsWithVararg overwriting vararg with NULL (#110868)
authorNikita Sobolev <mail@sobolevn.me>
Mon, 16 Oct 2023 11:42:44 +0000 (14:42 +0300)
committerGitHub <noreply@github.com>
Mon, 16 Oct 2023 11:42:44 +0000 (13:42 +0200)
commitc2192a2bee17e2ce80c5af34410ccd0c8b6e08aa
treee7415e1d5892ed5401ccc73dc4924d24a2aac4d3
parentdb656aebc659e5023d004053db44031176bbe9f5
gh-110864: Fix _PyArg_UnpackKeywordsWithVararg overwriting vararg with NULL (#110868)
Lib/test/test_clinic.py
Misc/NEWS.d/next/Core and Builtins/2023-10-14-12-19-34.gh-issue-110864.-baPDE.rst [new file with mode: 0644]
Modules/_testclinic.c
Modules/clinic/_testclinic.c.h
Python/getargs.c