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 giampaolo.rodola, gvanrossum, pitrou, yselivanov
Date 2017-11-07.16:09:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510070990.91.0.213398074469.issue31960@psf.upfronthosting.co.za>
In-reply-to
Content
> Maybe the solution is to fix Tornado?

That's a possibility.  I have to convince Ben Darnell that it deserves fixing :-)

Another possibility is to use the asyncio concurrency primitives on Python 3, though that slightly complicates things, especially as the various coroutines there don't take a timeout parameter.
History
Date User Action Args
2017-11-07 16:09:50pitrousetrecipients: + pitrou, gvanrossum, giampaolo.rodola, yselivanov
2017-11-07 16:09:50pitrousetmessageid: <1510070990.91.0.213398074469.issue31960@psf.upfronthosting.co.za>
2017-11-07 16:09:50pitroulinkissue31960 messages
2017-11-07 16:09:50pitroucreate