Searched refs:PyArg_Parse (Results 1 – 4 of 4) sorted by relevance
156 # undef PyArg_Parse167 # define PyArg_Parse dll_PyArg_Parse macro
138 # undef PyArg_Parse139 # define PyArg_Parse py3_PyArg_Parse macro
416 if (!PyArg_Parse(string, "et#", ENC_OPT, &str, &len)) in write_output()4053 if (!PyArg_Parse(valObject, "(ll)", &lnum, &col)) in WindowSetattr()
17177 Solution: Use _PyArg_Parse_SizeT instead of PyArg_Parse. (Jun Takimoto)