Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_testcapimodule.c232 PyObject* anint = PyLong_FromLong(i); in test_list_api() local
233 if (anint == (PyObject*)NULL) { in test_list_api()
237 PyList_SET_ITEM(list, i, anint); in test_list_api()
247 PyObject* anint = PyList_GET_ITEM(list, i); in test_list_api() local
248 if (PyLong_AS_LONG(anint) != NLIST-1-i) { in test_list_api()

Completed in 10 milliseconds