8000 gh-119336: Restore _PyLong_NumBits by emmatyping · Pull Request #119418 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-119336: Restore _PyLong_NumBits #119418

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Misc/NEWS.d/next/C API/2024-05-22-17-50-48.gh-issue-119336.ff3…
…qnS.rst
  • Loading branch information
vstinner authored May 29, 2024
commit 08d00361b1340e130c3473ee95d7eba0e79c7e1f
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Restore the removed ``_PyLong_NumBits()`` function. It is used by pywin32. Patch by Ethan Smith
Restore the removed ``_PyLong_NumBits()`` function. It is used by the pywin32 project. Patch by Ethan Smith
Loading
0