Home
last modified time | relevance | path

Searched refs:dirname_bytes (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Modules/
D_localemodule.c721 PyObject *dirname_bytes = NULL, *result; in _locale_bindtextdomain_impl() local
729 if (!PyUnicode_FSConverter(dirname_obj, &dirname_bytes)) in _locale_bindtextdomain_impl()
731 dirname = PyBytes_AsString(dirname_bytes); in _locale_bindtextdomain_impl()
733 dirname_bytes = NULL; in _locale_bindtextdomain_impl()
738 Py_XDECREF(dirname_bytes); in _locale_bindtextdomain_impl()
743 Py_XDECREF(dirname_bytes); in _locale_bindtextdomain_impl()