]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112640: Add `kwdefaults` parameter to `types.FunctionType.__new__` (#112641)
authorNikita Sobolev <mail@sobolevn.me>
Thu, 11 Jan 2024 08:42:30 +0000 (11:42 +0300)
committerGitHub <noreply@github.com>
Thu, 11 Jan 2024 08:42:30 +0000 (00:42 -0800)
commit2ac4cf4743a65ac54c7ac6a762bed636800598fe
tree9845713b4a3055f7c0d4df968f18c254ca591855
parentf653caa5a88d3b5027a8f286ff3a3ccd9e6fe4ed
gh-112640: Add `kwdefaults` parameter to `types.FunctionType.__new__` (#112641)
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/test/test_types.py
Misc/NEWS.d/next/Library/2023-12-03-11-15-53.gh-issue-112640.-FVwP7.rst [new file with mode: 0644]
Objects/clinic/funcobject.c.h
Objects/funcobject.c