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 gvanrossum
Recipients gvanrossum, neologix, vstinner
Date 2013-10-31.22:45:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383259554.9.0.918860098039.issue19465@psf.upfronthosting.co.za>
In-reply-to
Content
What's the use case for not wanting to use an extra FD?

Nevertheless I'm fine with using a function to pick the default selector (but it requires some changes to asyncio too, which currently uses DefaultSelector).

Something I would find useful would be a way to override the selector choice on the command line.  I currently have to build this into the app's arg parser and main(), e.g. http://code.google.com/p/tulip/source/browse/examples/sink.py#64
History
Date User Action Args
2013-10-31 22:45:54gvanrossumsetrecipients: + gvanrossum, vstinner, neologix
2013-10-31 22:45:54gvanrossumsetmessageid: <1383259554.9.0.918860098039.issue19465@psf.upfronthosting.co.za>
2013-10-31 22:45:54gvanrossumlinkissue19465 messages
2013-10-31 22:45:54gvanrossumcreate