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 thomaswamm
Recipients thomaswamm
Date 2021-03-16.10:23:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615890185.25.0.202340004179.issue43511@roundup.psfhosted.org>
In-reply-to
Content
An easy demo of the performance problem is to compare the execution speed of the single command: 

>>> help('modules')

in a python3 shell in a terminal window (it's real fast), 
vs. inside the IDLE3 shell (it's terribly slow).

I understand that IDLE3 uses the tkinter.py/Tcl/Tk toolset for windowing. There's something slowing it down on the M1 Mac Mini (MacOS 11.2.3), making it run much slower than on a Wintel PC or Linux Raspberry Pi.

I don't know if the problem occurs with any Python versions other than 3.9.2 on MacOS.
History
Date User Action Args
2021-03-16 10:23:05thomaswammsetrecipients: + thomaswamm
2021-03-16 10:23:05thomaswammsetmessageid: <1615890185.25.0.202340004179.issue43511@roundup.psfhosted.org>
2021-03-16 10:23:05thomaswammlinkissue43511 messages
2021-03-16 10:23:05thomaswammcreate