Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063db62 commit 53f67d4Copy full SHA for 53f67d4
1 file changed
Tools/gdb/libpython.py
@@ -730,7 +730,7 @@ def _get_entries(self, keys):
730
else:
731
offset = 8 * dk_size
732
733
- ent_addr = keys['dk_indices']['as_1'].address
+ ent_addr = keys['dk_indices'].address
734
ent_addr = ent_addr.cast(_type_unsigned_char_ptr()) + offset
735
ent_ptr_t = gdb.lookup_type('PyDictKeyEntry').pointer()
736
ent_addr = ent_addr.cast(ent_ptr_t)
0 commit comments