diff options
Diffstat (limited to 'Include/refcount.h')
-rw-r--r-- | Include/refcount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/refcount.h b/Include/refcount.h index 034c453f449..65a4e63a8b0 100644 --- a/Include/refcount.h +++ b/Include/refcount.h @@ -30,7 +30,7 @@ increase and decrease the objects reference count. In order to offer sufficient resilience to C extensions using the stable ABI compiled against 3.11 or earlier, we set the initial value near the -middle of the range (2**31, 2**32). That way the the refcount can be +middle of the range (2**31, 2**32). That way the refcount can be off by ~1 billion without affecting immortality. Reference count increases will use saturated arithmetic, taking advantage of |