Yury Selivanov
Yury Selivanov
> Some thoughts... Thanks, Ivan! Some good research there. I'm going to write an email to async-sig and ask about this PR. There are few more people there that can...
cc @socketpair
I actually noticed a speed regression in streams in 3.5.2. @socketpair would you be able to work on this?
I think I saw it when I was running this benchmark: https://github.com/MagicStack/uvloop/blob/master/examples/bench/rlserver.py -- stresses `StreamReader.readline` -- it became slower in 3.5.2.
Can you write a unittest that reproduces the problem?
+1 to what @gvanrossum said. I can take a look at the patch in a couple of weeks (assuming you fix the CI). We can probably aim for 3.6.1 to...
@fafhrd91 This one also seems to be important. There was an open bug for it somewhere on bpo, I can't find it now.
Yep, it seems the bug in aiohttp is caused by this. Speaking of `sslproto.py` I don't like its design. I think it's possible to simplify it a great deal, which...
See also http://bugs.python.org/msg245776
@gvanrossum @asvetlov I'm not sure I can review this (I never touched/used that code). Can you take a look if you have time and you are familiar with the code?