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 wordtech
Recipients ned.deily, rhettinger, ronaldoussoren, serhiy.storchaka, taleinat, terry.reedy, walters, wordtech
Date 2018-08-01.02:58:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533092311.86.0.56676864532.issue34275@psf.upfronthosting.co.za>
In-reply-to
Content
With the attached patch, the calltip now displays in the test in calltips_w.py on macOS. As I suspected, a judicious call to "update" forces the event loop to cycle on macOS. It should be harmless on other platforms, but if it causes some sort of performance slowdown, it can be wrapped in a call to "tk windowingsystem" eq "aqua" (not sure how to implement that in this module) so it only runs on the Mac. I also removed the platform call to "MacWindowStyle" as it is no longer needed on recent versions of the Mac.
History
Date User Action Args
2018-08-01 02:58:32wordtechsetrecipients: + wordtech, rhettinger, terry.reedy, ronaldoussoren, taleinat, ned.deily, serhiy.storchaka, walters
2018-08-01 02:58:31wordtechsetmessageid: <1533092311.86.0.56676864532.issue34275@psf.upfronthosting.co.za>
2018-08-01 02:58:31wordtechlinkissue34275 messages
2018-08-01 02:58:31wordtechcreate