Home
last modified time | relevance | path

Searched refs:wcs_path (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_tkinter.c3401 wchar_t *wcs_path; in PyInit__tkinter() local
3413 wcs_path = PyUnicode_AsWideCharString(str_path, NULL); in PyInit__tkinter()
3414 if (wcs_path == NULL) { in PyInit__tkinter()
3418 SetEnvironmentVariableW(L"TCL_LIBRARY", wcs_path); in PyInit__tkinter()
3427 PyMem_Free(wcs_path); in PyInit__tkinter()

Completed in 5 milliseconds