Skip to content

Commit e232ca4

Browse files
authored
Update Tools/gdb/libpython.py
1 parent 8543c78 commit e232ca4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tools/gdb/libpython.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -909,8 +909,7 @@ def proxyval(self, visited):
909909
- 0: Positive
910910
- 1: Zero
911911
- 2: Negative
912-
The third lowest bit of lv_tag is reserved for an immortality flag, and is
913-
set to 1 for the small ints.
912+
The third lowest bit of lv_tag is set to 1 for the small ints and 0 otherwise.
914913
915914
where SHIFT can be either:
916915
#define PyLong_SHIFT 30

0 commit comments

Comments
 (0)