STINNER Victor added the comment:

Ok, I just missed completly the Guido posted a patch before me... Maybe we 
wrote the patch at the same time, I didn't refresh my browser :-)

> Victor, do you think this needs a unittest? It seems kind of difficult to
test for whether memory fills up (the machine may get wedged if it does :-).

Since the pause/resume thing is very tricky, it would be much better to have a 
unit test. We can probably mock a lot of things, we just need to check that the 
stream reader calls transport.pause_reading() when feed_data() is called with 
"too much" data.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22685>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to