[issue21209] q.put(some_tuple) fails when PYTHONASYNCIODEBUG=1

STINNER Victor report at bugs.python.org
Tue Apr 15 16:55:53 CEST 2014


STINNER Victor added the comment:

"I think we should adjust the solution, to avoid having arguments to 'gen.send' packed in two nested tuples."

I should check, but I think that Python create a tuple for you if you don't pass directly a tuple, so it's not very different.

Anyway, it is only used for debug, so I don't think that performances matter here.

----------

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


More information about the Python-bugs-list mailing list