mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
merge 3.4
This commit is contained in:
commit
1d1d95bf83
1 changed files with 1 additions and 1 deletions
|
@ -1021,7 +1021,7 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
|
||||||
|
|
||||||
PyAPI_FUNC(PyObject *) PySequence_Fast(PyObject *o, const char* m);
|
PyAPI_FUNC(PyObject *) PySequence_Fast(PyObject *o, const char* m);
|
||||||
/*
|
/*
|
||||||
Returns the sequence, o, as a list, unless it's already a
|
Return the sequence, o, as a list, unless it's already a
|
||||||
tuple or list. Use PySequence_Fast_GET_ITEM to access the
|
tuple or list. Use PySequence_Fast_GET_ITEM to access the
|
||||||
members of this list, and PySequence_Fast_GET_SIZE to get its length.
|
members of this list, and PySequence_Fast_GET_SIZE to get its length.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue