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 pitrou
Recipients bkabrda, gvanrossum, neologix, njs, pitrou, vstinner
Date 2017-03-23.08:24:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490257477.63.0.5817260157.issue21895@psf.upfronthosting.co.za>
In-reply-to
Content
> Using set_wakeup_fd would fix them... except that it generates spurious warning messages when the wakeup fd buffer is full, and there's no way to stop it

Are you using a pipe or a socket to set_wakeup_fd?  Pipes have rather small buffers.  In any case, since, as you mention, Tornado and Twisted use it, and they never complained, perhaps your example is too contrived or artificial.
History
Date User Action Args
2017-03-23 08:24:37pitrousetrecipients: + pitrou, gvanrossum, vstinner, njs, neologix, bkabrda
2017-03-23 08:24:37pitrousetmessageid: <1490257477.63.0.5817260157.issue21895@psf.upfronthosting.co.za>
2017-03-23 08:24:37pitroulinkissue21895 messages
2017-03-23 08:24:37pitroucreate