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 Justin Mayfield
Recipients Justin Mayfield, gvanrossum, thehesiod, vstinner, yselivanov
Date 2015-11-12.02:54:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447296851.02.0.907368351947.issue25593@psf.upfronthosting.co.za>
In-reply-to
Content
Nevermind, in the case of writeablity it won't matter either way.

--

So in looking at tornado's ioloop they run the ready callbacks before calling poll().  So the callbacks can modify the poll set.
History
Date User Action Args
2015-11-12 02:54:11Justin Mayfieldsetrecipients: + Justin Mayfield, gvanrossum, vstinner, yselivanov, thehesiod
2015-11-12 02:54:11Justin Mayfieldsetmessageid: <1447296851.02.0.907368351947.issue25593@psf.upfronthosting.co.za>
2015-11-12 02:54:11Justin Mayfieldlinkissue25593 messages
2015-11-12 02:54:10Justin Mayfieldcreate