Searched refs:pyname (Results 1 – 4 of 4) sorted by relevance
179 PyObject *pyname = PyUnicode_FromString(name); in PyContextVar_New() local180 if (pyname == NULL) { in PyContextVar_New()183 PyContextVar *var = contextvar_new(pyname, def); in PyContextVar_New()184 Py_DECREF(pyname); in PyContextVar_New()
1276 pyname = script_helper.make_script('', TESTFN_UNENCODABLE, 'pass')1277 self.addCleanup(unlink, pyname)1278 name = pyname[:-3]
1958 pyname = X509Name.__new__(X509Name)1959 pyname._name = _ffi.gc(copy, _lib.X509_NAME_free)1960 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()