Searched refs:PyObject_SetAttrString (Results 1 – 4 of 4) sorted by relevance
232 # define PyObject_SetAttrString dll_PyObject_SetAttrString macro
204 # define PyObject_SetAttrString py3_PyObject_SetAttrString macro
5825 PyObject_SetAttrString(pymain, DOPY_FUNC, NULL); in run_do()6911 if (PyObject_SetAttrString(other_module, "chdir", attr)) in populate_module()6923 if (PyObject_SetAttrString(other_module, "fchdir", attr)) in populate_module()
840 Problem: Declaration has wrong return type for PyObject_SetAttrString().