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

Yury Selivanov report at bugs.python.org
Tue Apr 15 04:13:13 CEST 2014


Yury Selivanov added the comment:

> [...] CoroWrapper.send() signature is different from a real generator's send() method, but I think that send() to a coroutine is an internal detail anyway [...]

Yeah, and since it's used in debug mode only, I think we should be safe.

> When you commit, can you do upstgream (Tulip) first?

Sure, this patch was for tulip code.

----------

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


More information about the Python-bugs-list mailing list