This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients ned.deily, neologix, pitrou, vstinner
Date 2015-01-29.22:49:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM1g-KRaFbaD4NH=noQiHQ9En2c92sYKa-RpPZV+__9uiw@mail.gmail.com>
In-reply-to <1422568877.7.0.576866690516.issue23285@psf.upfronthosting.co.za>
Content
> With eintr-2.diff, fast!:

Victory \°/.

> Instrumented test_send, 3 socket.send calls, many socket.recv_into calls:

Yep, that's expected.
I think we should keep the default socket buffer size: it increases
the test coverage, and it's probably not worth trying to increase it
to make the test a bit faster, especially since it spends so much time
sleeping.

Antoine, I'm now happy with the patch, so we'll be waiting for your
decision on the PEP with Victor :-).
Files
File name Uploaded
eintr-3.diff neologix, 2015-01-29.22:49:05
History
Date User Action Args
2015-01-29 22:49:08neologixsetrecipients: + neologix, pitrou, vstinner, ned.deily
2015-01-29 22:49:06neologixlinkissue23285 messages
2015-01-29 22:49:06neologixcreate