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, gpolo, lukasz.langa, miss-islington, ned.deily, serhiy.storchaka, terry.reedy, zach.ware
Date 2021-12-06.14:42:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638801747.96.0.0806771041793.issue45436@roundup.psfhosted.org>
In-reply-to
Content
> Any word on the tk Menu type parameter change?

I'll admit to having completely forgot about this issue and not raising it with the Tk team. Manually trying this case on Tk 8.6.12 segfaults, so I really need to raise it. To reproduce the segfault, simply run the top command in Python, or the bottom command in Wish:

tk.Menu(type="")
menu .m -type {}
History
Date User Action Args
2021-12-06 14:42:28epainesetrecipients: + epaine, terry.reedy, gpolo, ned.deily, lukasz.langa, zach.ware, serhiy.storchaka, miss-islington
2021-12-06 14:42:27epainesetmessageid: <1638801747.96.0.0806771041793.issue45436@roundup.psfhosted.org>
2021-12-06 14:42:27epainelinkissue45436 messages
2021-12-06 14:42:27epainecreate