[docs] [issue35874] Clarify that the (...) convertor to PyArg_ParseTuple... accepts any sequence.

Serhiy Storchaka report at bugs.python.org
Thu Feb 14 11:59:26 EST 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Passing non-tuple can lead to reference counting error. See issue6083. I think that accepting a non-tuple should be deprecated, and finally disallowed.

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

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35874>
_______________________________________


More information about the docs mailing list