Searched refs:count_obj (Results 1 – 2 of 2) sorted by relevance
615 PyObject *count_obj; in _Py_bytes_count() local635 count_obj = PyLong_FromSsize_t( in _Py_bytes_count()642 return count_obj; in _Py_bytes_count()
1210 PyObject *count_obj; in bytearray_count() local1220 count_obj = PyInt_FromSsize_t( in bytearray_count()1224 return count_obj; in bytearray_count()