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 terry.reedy
Recipients Ludovic.Gasc, asvetlov, docs@python, matrixise, terry.reedy, vstinner, yselivanov
Date 2016-07-26.01:43:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469497401.97.0.432259604621.issue27579@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-07-26 01:43:22terry.reedysetrecipients: + terry.reedy, vstinner, asvetlov, docs@python, Ludovic.Gasc, yselivanov, matrixise
2016-07-26 01:43:21terry.reedysetmessageid: <1469497401.97.0.432259604621.issue27579@psf.upfronthosting.co.za>
2016-07-26 01:43:21terry.reedylinkissue27579 messages
2016-07-26 01:43:20terry.reedycreate