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 epaine
Recipients epaine, ned.deily, ronaldoussoren, serhiy.storchaka, thomaswamm
Date 2021-03-24.13:15:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616591711.57.0.384962841746.issue43511@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-03-24 13:15:11epainesetrecipients: + epaine, ronaldoussoren, ned.deily, serhiy.storchaka, thomaswamm
2021-03-24 13:15:11epainesetmessageid: <1616591711.57.0.384962841746.issue43511@roundup.psfhosted.org>
2021-03-24 13:15:11epainelinkissue43511 messages
2021-03-24 13:15:11epainecreate