]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132987: Support __index__() for unsigned integers in Argument Clinic (GH-133011)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 28 Apr 2025 08:02:18 +0000 (11:02 +0300)
committerGitHub <noreply@github.com>
Mon, 28 Apr 2025 08:02:18 +0000 (11:02 +0300)
commit6677c2c165c32765d3b61a496f806319ba31f768
tree937bfae47407d729e7187cfe531b3509bbaeda0b
parented8e886f4f59df4eceefeb7eef2e3d146967df34
gh-132987: Support __index__() for unsigned integers in Argument Clinic (GH-133011)
Misc/NEWS.d/next/Library/2025-04-26-17-41-20.gh-issue-132987.xxBCqg.rst [new file with mode: 0644]
Objects/longobject.c
Tools/clinic/libclinic/converters.py