]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96364: Fix text signatures of `__getitem__` for `list` and `dict` (GH-96365)
authorNikita Sobolev <mail@sobolevn.me>
Fri, 9 Sep 2022 08:37:02 +0000 (11:37 +0300)
committerGitHub <noreply@github.com>
Fri, 9 Sep 2022 08:37:02 +0000 (17:37 +0900)
commit30cc1901efa18180a83bf8402df9e1c10d877c49
tree49d430ab9b3e13b1f7b229967f00ba6515768427
parent569ca27293eec89b5b41c3a12e6531d3eddf0e1b
gh-96364: Fix text signatures of `__getitem__` for `list` and `dict` (GH-96365)
Misc/NEWS.d/next/Core and Builtins/2022-08-29-00-37-21.gh-issue-96364.c-IVyb.rst [new file with mode: 0644]
Objects/dictobject.c
Objects/listobject.c