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

Yury Selivanov report at bugs.python.org
Tue Apr 15 16:10:54 CEST 2014


Yury Selivanov added the comment:

Guido, I'm feeling a bit uncomfortable with the patch I pushed. I think we should adjust the solution, to avoid having arguments to 'gen.send' packed in two nested tuples. Please take a look at the new patch (corowrapper_03.patch). It adds some amount of ugliness, but with it in place, I'd be more sure that we don't brake anything.

----------
Added file: http://bugs.python.org/file34870/corowrapper_03.patch

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


More information about the Python-bugs-list mailing list