Searched refs:PySys_SetPath (Results 1 – 5 of 5) sorted by relevance
195 PySys_SetPath (const_cast<GDB_PYSYS_SETPATH_CHAR *> (path)); in gdb_PySys_SetPath()198 #define PySys_SetPath gdb_PySys_SetPath macro
2571 PySys_SetPath (L""); in do_initialize()
823 PySys_SetPath if Python 3.
15116 (PySys_GetObject, PySys_SetPath): New macros.
111886 Handle Python 3.11 deprecation of PySys_SetPath and Py_SetProgramName111887 Python 3.11 deprecates PySys_SetPath and Py_SetProgramName. The