diff --git a/Include/abstract.h b/Include/abstract.h index be654c979ed..fcb5fe6ea54 100644 --- a/Include/abstract.h +++ b/Include/abstract.h @@ -621,6 +621,13 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/ */ + int PySequence_Lenth Py_PROTO((PyObject *o)); + + /* + Return the length of sequence object o, or -1 on failure. + + */ + PyObject *PySequence_Concat Py_PROTO((PyObject *o1, PyObject *o2)); /*