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 vstinner
Recipients Arfrever, gpolo, iritkatriel, nadeem.vawda, serhiy.storchaka, terry.reedy, vstinner
Date 2022-01-17.12:30:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642422642.69.0.219634192023.issue13888@roundup.psfhosted.org>
In-reply-to
Content
I cannot reproduce this issue on the Python main branch on Fedora 35 with Tk 8.6.10 and libX11 1.7.3.1. I close the issue, please reopen it if you can still reproduce it.

One year ago, Serhiy wrote that the issue was still reproducible on Linux but he didn't mention the Tk and libX11 versions.

I used the command:

  ./python -Wd -E -bb -m test -vuall test_tk test_builtin

Versions:

$ make pythoninfo|grep ^tk
tkinter.TCL_VERSION: 8.6
tkinter.TK_VERSION: 8.6
tkinter.info_patchlevel: 8.6.10

$ rpm -q tk tcl libX11
tk-8.6.10-7.fc35.x86_64
tcl-8.6.10-6.fc35.x86_64
libX11-1.7.3.1-1.fc35.x86_64
History
Date User Action Args
2022-01-17 12:30:42vstinnersetrecipients: + vstinner, terry.reedy, nadeem.vawda, gpolo, Arfrever, serhiy.storchaka, iritkatriel
2022-01-17 12:30:42vstinnersetmessageid: <1642422642.69.0.219634192023.issue13888@roundup.psfhosted.org>
2022-01-17 12:30:42vstinnerlinkissue13888 messages
2022-01-17 12:30:42vstinnercreate