Home
last modified time | relevance | path

Searched refs:test_long_and_overflow (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/
D_testcapimodule.c567 test_long_and_overflow(PyObject *self) in test_long_and_overflow() function
2683 {"test_long_and_overflow", (PyCFunction)test_long_and_overflow,
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c546 test_long_and_overflow(PyObject *self, PyObject *Py_UNUSED(ignored)) in test_long_and_overflow() function
6461 {"test_long_and_overflow", test_long_and_overflow, METH_NOARGS},