Searched refs:long_new_impl (Results 1 – 2 of 2) sorted by relevance
6 long_new_impl(PyTypeObject *type, PyObject *x, PyObject *obase);21 return_value = long_new_impl(type, x, obase); in long_new()
4795 long_new_impl(PyTypeObject *type, PyObject *x, PyObject *obase) in long_new_impl() function4851 tmp = (PyLongObject *)long_new_impl(&PyLong_Type, x, obase); in long_subtype_new()