Searched refs:pyname (Results 1 – 4 of 4) sorted by relevance
166 PyObject *pyname = PyUnicode_FromString(name); in PyContextVar_New() local167 if (pyname == NULL) { in PyContextVar_New()170 PyContextVar *var = contextvar_new(pyname, def); in PyContextVar_New()171 Py_DECREF(pyname); in PyContextVar_New()
1269 pyname = script_helper.make_script('', TESTFN_UNENCODABLE, 'pass')1270 self.addCleanup(unlink, pyname)1271 name = pyname[:-3]
2045 pyname = X509Name.__new__(X509Name)2046 pyname._name = _ffi.gc(copy, _lib.X509_NAME_free)2047 result.append(pyname)
3700 PyObject *pyname = Py_None; in PySSL_txt2obj() local3705 kwlist, &txt, &pyname)) { in PySSL_txt2obj()3708 name = PyObject_IsTrue(pyname); in PySSL_txt2obj()