Commit 8deb6852 authored by Guido van Rossum's avatar Guido van Rossum

Added prototype + doc for PySequence_Length()

parent 6904cd79
......@@ -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));
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment