From 8fcc1d01f609d3fed549813622e9eed0129d6e67 Mon Sep 17 00:00:00 2001 From: Pieter Eendebak Date: Sun, 22 Dec 2024 16:40:32 +0100 Subject: [PATCH] Update Include/cpython/longintrepr.h Co-authored-by: Mark Shannon --- Include/cpython/longintrepr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/cpython/longintrepr.h b/Include/cpython/longintrepr.h index 5e65fec63759df..1b1a1bf6b7cf75 100644 --- a/Include/cpython/longintrepr.h +++ b/Include/cpython/longintrepr.h @@ -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