Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug report
"ch == 0x7F" seems to be incorrect, use "ord(ch) == 0x7F" instead
cpython/Tools/gdb/libpython.py
Line 1421 inf2bc12f
| elifch<' 'orch==0x7F: |
Your environment
- CPython versions tested on: 3.7.10
- Operating system and architecture: Linux x86-64