Skip to content

Commit

Permalink
Update Include/cpython/longintrepr.h
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Shannon <mark@hotpy.org>
  • Loading branch information
eendebakpt and markshannon authored Dec 22, 2024
1 parent aaf110b commit 8fcc1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/cpython/longintrepr.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ typedef long stwodigits; /* signed variant of twodigits */
- 1: Zero
- 2: Negative
The third lowest bit of lv_tag is reserved for an immortality flag, and is
The third lowest bit of lv_tag is
set to 1 for the small ints.
In a normalized number, ob_digit[ndigits-1] (the most significant
Expand Down

0 comments on commit 8fcc1d0

Please sign in to comment.