-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
"ch == 0x7F" seems to be incorrect, use "ord(ch) == 0x7F" instead
cpython/Tools/gdb/libpython.py
Line 1421 in f2bc12f
elif ch < ' ' or ch == 0x7F: |
Your environment
- CPython versions tested on: 3.7.10
- Operating system and architecture: Linux x86-64
Metadata
Metadata
Assignees
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error