]> git.ipfire.org Git - thirdparty/tornado.git/commit
websocket: Avoid calling convert_yielded twice on the same object 1985/head
authorBen Darnell <ben@bendarnell.com>
Sun, 26 Mar 2017 15:12:37 +0000 (11:12 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 26 Mar 2017 15:12:37 +0000 (11:12 -0400)
commit5a451d63fc492177ce86959ef33cd70394517c19
tree4e9b92ea944610e1b3356fe01ff6125b4da50c90
parent8ea13db107f4d44fadd24578e693f2838012caa7
websocket: Avoid calling convert_yielded twice on the same object

This is not allowed for native coroutines, although for reasons I
can't put my finger on it only fails intermittently (in the one test
we have that uses this with native coroutines).
tornado/websocket.py