Skip to content

Commit fd21ccf

Browse files
authored
Update refcount.h
1 parent e385d57 commit fd21ccf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/refcount.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ increase and decrease the objects reference count.
3030
3131
In order to offer sufficient resilience to C extensions using the stable ABI
3232
compiled against 3.11 or earlier, we set the initial value near the
33-
middle of the range (2**31, 2**32). That way the the refcount can be
33+
middle of the range (2**31, 2**32). That way the refcount can be
3434
off by ~1 billion without affecting immortality.
3535
3636
Reference count increases will use saturated arithmetic, taking advantage of

0 commit comments

Comments
 (0)