Terry J. Reedy added the comment:

Ludovic: Thank you for the offer.  When I post a proposed text with code to 
#27546, I will nosy you if you have not already done so by then.

Viktor: 'full integration' by adding a tk update in the standard _run_once is 
not possible as tkinter is not always present.  I started #27546 by creating a 
custom subclass, but that requires dealing with the Selector and Proactor 
subclasses and default loop policy and still will not work with independent 
implementations.  I considered a tk-loop implementation, but speed tests do not 
make that very inviting. The simple code I then tried is my current best 
recommendation.  It will work with any asyncio compatible implementation.  
Besides the test with IDLE, Guido tested it with Examples/crawl.py, and I will 
improve on that.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27579>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to