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 Nir Soffer
Recipients Nir Soffer, vstinner
Date 2017-07-25.18:29:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501007394.88.0.141322903338.issue30994@psf.upfronthosting.co.za>
In-reply-to
Content
Using a quick test with 1000 clients sending 1000000 pings, I could not see
significant difference between master and this patch. Seems that the extra
copy is hidden by the noise.

Having this documented is good enough if someone want to use this.
History
Date User Action Args
2017-07-25 18:29:54Nir Soffersetrecipients: + Nir Soffer, vstinner
2017-07-25 18:29:54Nir Soffersetmessageid: <1501007394.88.0.141322903338.issue30994@psf.upfronthosting.co.za>
2017-07-25 18:29:54Nir Sofferlinkissue30994 messages
2017-07-25 18:29:54Nir Soffercreate