8000 fix gdb failures · python/cpython@99611cb · GitHub
[go: up one dir, main page]

Skip to content

Commit 99611cb

Browse files
fix gdb failures
1 parent 834cdf0 commit 99611cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/gdb/libpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def _managed_dict_offset():
100100

101101
hexdigits = "0123456789abcdef"
102102

103-
USED_TAGS = 0b01
103+
USED_TAGS = 0b11
104104

105105
ENCODING = locale.getpreferredencoding()
106106

0 commit comments

Comments
 (0)
0