Skip to content

Commit 3305d9b

Browse files
committed
small ints have a fast path, too
1 parent 166ee39 commit 3305d9b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
Add fast path for medium-size integers in :c:func:`PyLong_FromInt32`,
2-
:c:func:`PyLong_FromUInt32`, :c:func:`PyLong_FromInt64` and
1+
Add fast path for small and medium-size integers in
2+
:c:func:`PyLong_FromInt32`, :c:func:`PyLong_FromUInt32`,
3+
:c:func:`PyLong_FromInt64` and
34
:c:func:`PyLong_FromUInt64`. Patch by Chris Eibl.

0 commit comments

Comments
 (0)