neo_cgi.c | 458 PyObject *p_stdout; member in struct:wrapper_data 468 PyObject *p_stdout; local 471 if (!PyArg_ParseTuple(args, "OOO:cgiwrap(stdin, stdout, env)", &p_stdin, &p_stdout, &p_env)) 483 if (p_stdout != Py_None) 485 if (Wrapper.p_stdout != NULL) 487 Py_DECREF (Wrapper.p_stdout); 489 Wrapper.p_stdout = p_stdout; 490 Py_INCREF (Wrapper.p_stdout); 524 err = PyFile_WriteObject(str, wrap->p_stdout, Py_PRINT_RAW) 789 PyObject *sys, *os, *p_stdin, *p_stdout, *args, *p_env; local [all...] |