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 Maxime S, gvanrossum, serhiy.storchaka, terry.reedy, yselivanov
Date 2016-07-22.08:26:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469175973.16.0.291524963276.issue27546@psf.upfronthosting.co.za>
In-reply-to
Content
Using the callback loop from loop_tk.py, 3.6 repository IDLE runs with an asyncio loop.  See idle-async.diff.  So far, it seems about as snappy.  I need to do a more stressful (longer running) gui operation test to be sure: change syntax highlighting with 10 or 20 editor windows open.
History
Date User Action Args
2016-07-22 08:26:13terry.reedysetrecipients: + terry.reedy, gvanrossum, serhiy.storchaka, yselivanov, Maxime S
2016-07-22 08:26:13terry.reedysetmessageid: <1469175973.16.0.291524963276.issue27546@psf.upfronthosting.co.za>
2016-07-22 08:26:13terry.reedylinkissue27546 messages
2016-07-22 08:26:12terry.reedycreate