[issue43511] tkinter with Tk 8.6.11 is slow on macOS

E. Paine report at bugs.python.org
Wed Mar 24 09:15:11 EDT 2021


E. Paine <paineelisha at gmail.com> added the comment:

The reduction in speed with later Tk versions does not seem to occur on Linux. See the below table (times are microseconds per iteration - tested using wish):

+------------+----------+--------------+
| Tk Version | clearing | not clearing |
+============+==========+==============+
| 8.6.8      | 197.7    | 183.46       |
+------------+----------+--------------+
| 8.6.11     | 170.3    | 201.6        |
+------------+----------+--------------+

I have not tested on Windows but I don't think it's unreasonable to conclude the performance issue is limited to MacOS.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43511>
_______________________________________


More information about the Python-bugs-list mailing list