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

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c4104 PyObject *str_spec = PyObject_Str(format_spec); local
4106 if (str_spec == NULL)
4110 PyBytes_AS_STRING(str_spec),
4111 PyBytes_GET_SIZE(str_spec));
4113 Py_DECREF(str_spec);

Completed in 903 milliseconds