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 Jacin Ferreira
Recipients Jacin Ferreira, erlendaasland, ned.deily, ronaldoussoren, terry.reedy
Date 2020-03-04.22:42:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583361760.98.0.418776468873.issue39844@roundup.psfhosted.org>
In-reply-to
Content
I've attached the output of the test.pythoninfo as requested.

I am in Dark mode all the time.  I did try Light mode first thing as sometimes apps aren't updated to work in Dark mode but the same exact issue happened.

---
bin % /usr/local/bin/python3
Python 3.8.2 (v3.8.2:7b3ab5921f, Feb 24 2020, 17:52:18) 
[Clang 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import tkinter as tk
>>> r = tk.Tk()
>>> ^D
History
Date User Action Args
2020-03-04 22:42:41Jacin Ferreirasetrecipients: + Jacin Ferreira, terry.reedy, ronaldoussoren, ned.deily, erlendaasland
2020-03-04 22:42:40Jacin Ferreirasetmessageid: <1583361760.98.0.418776468873.issue39844@roundup.psfhosted.org>
2020-03-04 22:42:40Jacin Ferreiralinkissue39844 messages
2020-03-04 22:42:40Jacin Ferreiracreate