]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108635: Make parameters of some implementations of special methods positional...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Aug 2023 14:55:56 +0000 (17:55 +0300)
committerGitHub <noreply@github.com>
Tue, 29 Aug 2023 14:55:56 +0000 (17:55 +0300)
commit9205dfeca54cb24aa9a984c12a6419d71635be9f
treef731411be71e4ba7128b2dc0d28af2543aba3ca4
parentf8be2e262c5c2fdbc9721210ae1cb46edc16db82
gh-108635: Make parameters of some implementations of special methods positional-only (GH-108636)
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
Objects/clinic/typevarobject.c.h
Objects/typevarobject.c
PC/clinic/winreg.c.h
PC/winreg.c