[docs] [issue16395] Documentation claims that PySequence_Fast returns a tuple, when it actually returns a list.

Serhiy Storchaka report at bugs.python.org
Sat Nov 3 18:55:21 CET 2012


Serhiy Storchaka added the comment:

PySequence_Tuple() was changed to PySequence_List() in the changeset 4714aff4bf75 in 2004.  Are there any measurements which show PySequence_List() faster than PySequence_Tuple() on modern Python?  I don't see any references in 4714aff4bf75 description.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16395>
_______________________________________


More information about the docs mailing list