Searched refs:whenceobj (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_io/
H A Dbufferedio.c644 PyObject *res, *posobj, *whenceobj; local
650 whenceobj = PyLong_FromLong(whence);
651 if (whenceobj == NULL) {
656 posobj, whenceobj, NULL);
658 Py_DECREF(whenceobj);
/external/python/cpython3/Modules/_io/
H A Dbufferedio.c716 PyObject *res, *posobj, *whenceobj; local
722 whenceobj = PyLong_FromLong(whence);
723 if (whenceobj == NULL) {
728 posobj, whenceobj, NULL);
730 Py_DECREF(whenceobj);

Completed in 81 milliseconds