mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-24 02:37:23 +08:00
PR python/13199:
* python/python.c (finish_python_initialization): Set sys.argv.
This commit is contained in:
@ -1366,6 +1366,9 @@ def GdbSetPythonDirectory (dir):\n\
|
||||
GdbSetPythonDirectory (gdb.PYTHONDIR)\n\
|
||||
# Default prompt hook does nothing.\n\
|
||||
prompt_hook = None\n\
|
||||
# Ensure that sys.argv is set to something.\n\
|
||||
# We do not use PySys_SetArgvEx because it did not appear until 2.6.6.\n\
|
||||
sys.argv = ['']\n\
|
||||
");
|
||||
|
||||
do_cleanups (cleanup);
|
||||
|
Reference in New Issue
Block a user