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 Gabriel Mesquita Cangussu
Recipients Gabriel Mesquita Cangussu, gvanrossum, paul.moore, steve.dower, terry.reedy, tim.golden, vstinner, yselivanov, zach.ware
Date 2016-05-01.15:36:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462116999.4.0.765337419474.issue26832@psf.upfronthosting.co.za>
In-reply-to
Content
Terry,

About your question, "Isn't there some other way to asynchronously read/file files, as opposed to sockets and pipes, on Windows?", that is exactly the problem I was trying to overcome, specifically for reading the stdin.

On my research I found both this stackoverflow questions with no valid answers:

http://stackoverflow.com/questions/31510190/aysncio-cannot-read-stdin-on-windows

http://stackoverflow.com/questions/31511563/file-to-socket-adapter-in-python

And I understood that 'pipe' wouldn't mean a 'file', but why can't I use 'sys.stdin' with 'ProactorEventLoop.connect_read_pipe()', can't 'sys.stdin' be a pipe on Windows like it can on Posix?
History
Date User Action Args
2016-05-01 15:36:39Gabriel Mesquita Cangussusetrecipients: + Gabriel Mesquita Cangussu, gvanrossum, terry.reedy, paul.moore, vstinner, tim.golden, zach.ware, yselivanov, steve.dower
2016-05-01 15:36:39Gabriel Mesquita Cangussusetmessageid: <1462116999.4.0.765337419474.issue26832@psf.upfronthosting.co.za>
2016-05-01 15:36:39Gabriel Mesquita Cangussulinkissue26832 messages
2016-05-01 15:36:38Gabriel Mesquita Cangussucreate