Skip to content
New issue

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

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

Already on GitHub? # to your account

gh-129149: Add fast path for medium-size integers in PyLong_FromSsize_t() #129301

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
blurb it
  • Loading branch information
chris-eibl committed Jan 25, 2025
commit cf9244c4931aa6d10bf781f574283450e7dd39be
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Add fast path for medium-size integers in :c:func:`PyLong_FromSsize_t`.
Patch by Chris Eibl.
Loading