commit | cc663b7e25539d938bf71bc1b4d69efd8824c2d3 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Jun 03 11:29:07 2024 +0200 |
committer | GitHub <noreply@github.com> | Mon Jun 03 09:29:07 2024 +0000 |
tree | 9b58709b49dc0eff2c65d5e0d68ad79285695d30 | |
parent | c3fc3a2db84886f13bf020d7a1ec7f6b9ef1b775 [diff] |
[3.13] gh-119336: Restore removed _PyLong_NumBits() function (GH-119418) (#119970) gh-119336: Restore removed _PyLong_NumBits() function (GH-119418) It is used by the pywin32 project. (cherry picked from commit e50fac96e82d857ecc024b4cd4e012493b077064) Co-authored-by: Ethan Smith <ethan@ethanhs.me>