Searched refs:stderr_obj (Results 1 - 1 of 1) sorted by relevance
/lxc/src/python-lxc/ | ||
H A D | lxc.c | 155 PyObject *stderr_obj = NULL; local 188 &stderr_obj); 230 if (stderr_obj) { 231 options->stderr_fd = PyObject_AsFileDescriptor(stderr_obj); |
Completed in 11 milliseconds