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.19:56:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM2+srg++AwxoTQxBmgXo9zkTeZsL4WGKxtzecTp8z3eRA@mail.gmail.com>
In-reply-to <1422520904.67.0.603658888202.issue23285@psf.upfronthosting.co.za>
Content
> eintr-1.diff doesn't seem to make any significant difference from eintr.diff on my system.  It's still pegging a CPU at 100% and takes 7 minutes wall time to complete.

Alright, enough played: the patch attached uses a memoryview and
socket.recv_into() to remove all memory allocations: if this doesn't
fix your problem, I don't know what's going on...
Files
File name Uploaded
eintr-2.diff neologix, 2015-01-29.19:56:12
History
Date User Action Args
2015-01-29 19:56:15neologixsetrecipients: + neologix, pitrou, vstinner, ned.deily
2015-01-29 19:56:13neologixlinkissue23285 messages
2015-01-29 19:56:13neologixcreate