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

Josh Rosenberg report at bugs.python.org
Tue Apr 8 06:40:19 CEST 2014


Josh Rosenberg added the comment:

As far as performance goes, presumably the length hinting API reduces the number of cases in which we're working with completely unsized iterables, right?

----------

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


More information about the Python-bugs-list mailing list