mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix test_gdb following the small unicode struct change in c25262e97304 (issue #13130)
This commit is contained in:
parent
388349add2
commit
3c0c5f29dd
1 changed files with 1 additions and 1 deletions
|
@ -1152,7 +1152,7 @@ class PyUnicodeObjectPtr(PyObjectPtr):
|
|||
field_str = field_str.cast(_type_unsigned_char_ptr)
|
||||
elif repr_kind == 2:
|
||||
field_str = field_str.cast(_type_unsigned_short_ptr)
|
||||
elif repr_kind == 3:
|
||||
elif repr_kind == 4:
|
||||
field_str = field_str.cast(_type_unsigned_int_ptr)
|
||||
else:
|
||||
# Python 3.2 and earlier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue