[3.7] bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639) by miss-islington · Pull Request #8642 · python/cpython

@terryjreedy @miss-islington

Some MacOS-tk combinations need .update_idletasks().
The call is both unneeded and innocuous on Linux and Windows.
Patch by Kevin Waltzer.
(cherry picked from commit 9beaef6)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

terryjreedy