]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119336: Restore removed _PyLong_NumBits() function (#119418)
authorEthan Smith <ethan@ethanhs.me>
Thu, 30 May 2024 14:48:18 +0000 (07:48 -0700)
committerGitHub <noreply@github.com>
Thu, 30 May 2024 14:48:18 +0000 (14:48 +0000)
commite50fac96e82d857ecc024b4cd4e012493b077064
tree0d2777fb4a3f78bf302b0f545020e621ea54aeba
parentb1374aa1c2e68becf9b6dcdcb8a586b0bd997c0d
gh-119336: Restore removed _PyLong_NumBits() function (#119418)

It is used by the pywin32 project.
Include/cpython/longobject.h
Include/internal/pycore_long.h
Misc/NEWS.d/next/C API/2024-05-22-17-50-48.gh-issue-119336.ff3qnS.rst [new file with mode: 0644]