Guido van Rossum

Results 780 comments of Guido van Rossum

Thank you @Martiusweb for this patch. There are a lot of changes here and there are many concerns. For example the asyncio library should work with Python 3.3 and up...

Can you link to the specific issue you opened for your CPython patch?

Oh, so that's scheduled for Python 3.7.

Sorry, I can't do it this week or next.

@005 I'd be interested in the actual code that caused this suggestion.

Can you show the whole (minimal) program, and the specific error you got? Do you think the error is due to calling transport.close() inside your connection_made()? A streams wrapper around...

Yeah, that's a Windows-specific error message. I don't have access to a Windows box where I can try this, and I don't see an obvious bug in your code. So...

To dig into this more, print the file descriptors in the select. On Friday, July 1, 2016, Tomáš Rottenberg [email protected] wrote: > I was probably using wrong Python build after...