mirror of
https://github.com/python/cpython.git
synced 2025-08-24 18:55:00 +00:00
#9235: fix missing import of sys.
This commit is contained in:
parent
b0eb5da018
commit
b639c14c32
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ The module also extends gdb with some python-specific commands.
|
|||
from __future__ import with_statement
|
||||
import gdb
|
||||
import locale
|
||||
import sys
|
||||
|
||||
# Look up the gdb.Type for some standard types:
|
||||
_type_char_ptr = gdb.lookup_type('char').pointer() # char*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue