mirror of https://github.com/python/cpython
Added prototype + doc for PySequence_Length()
This commit is contained in:
parent
3317e63cbb
commit
4f4ce68085
|
@ -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));
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue