<div dir="ltr">If you check the python docs, it looks like you just can't use asyncore.file_dispatcher and asyncore.file_wrapper.  Everything else seems ok.  Just search the page for "Availability" and the only hits you get are on those 2 fields, which says they are UNIX specific.</div><br><div class="gmail_quote"><div dir="ltr">On Tue, Sep 15, 2015 at 12:44 PM Todd Fiala <<a href="mailto:todd.fiala@gmail.com">todd.fiala@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">tfiala added a comment.<br>
<br>
In <a href="http://reviews.llvm.org/D12831#246394" rel="noreferrer" target="_blank">http://reviews.llvm.org/D12831#246394</a>, @zturner wrote:<br>
<br>
> Sorry this took so long.  Here's my first run:<br>
<br>
<br>
No worries.<br>
<br>
> Traceback (most recent call last):<br>
<br>
><br>
<br>
>   File "D:/src/llvm/tools/lldb/test/dotest.py", line 1416, in <module><br>
<br>
>     import dosep<br>
<br>
>   File "D:\src\llvm\tools\lldb\test\dosep.py", line 48, in <module><br>
<br>
>     import dotest_channels<br>
<br>
>   File "D:\src\llvm\tools\lldb\test\dotest_channels.py", line 22, in<br>
<br>
><br>
<br>
> <module><br>
<br>
><br>
<br>
>   class CollectingReaderChannel(asyncore.file_dispatcher):<br>
<br>
><br>
<br>
> AttributeError: 'module' object has no attribute 'file_dispatcher'<br>
<br>
<br>
Okay.  That's the part where asyncore docs and googling/SO differ on how much (if any) of asyncore works on Windows.<br>
<br>
At the moment I can nuke the CollectingReaderChannel.  I'll put up a diff.  If that works, great.  If not, we may still hit another part of asyncore that isn't supported, and that will take longer to work out a non-breaking solution.  Back as soon as I have a change to try...<br>
<br>
> I haven't looked into this at all yet, but thought I would post a<br>
<br>
>  preliminary result as soon as I had one.  Will look into it now<br>
<br>
<br>
<br>
<br>
<br>
<a href="http://reviews.llvm.org/D12831" rel="noreferrer" target="_blank">http://reviews.llvm.org/D12831</a><br>
<br>
<br>
<br>
</blockquote></div>