Skip to content

Commit a4c0ddb

Browse files
committed
edit based on feedback
1 parent 24a0d2a commit a4c0ddb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
Improve integer arithmetic fast paths for exact ``int`` values that fit
2-
in the signed 64-bit range but are not compact Python integers.
1+
Speed up addition, subtraction, and multiplication of large integers
2+
(those too big for CPython's inline "compact" representation).
3+
Also fixes a crash when using such integers as list indices in
4+
specialized code paths.

0 commit comments

Comments
 (0)