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 serhiy.storchaka
Recipients Emin Ghuliev, serhiy.storchaka
Date 2016-06-07.19:02:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465326130.17.0.139809766069.issue27254@psf.upfronthosting.co.za>
In-reply-to
Content
Minimal reproducer:

from tkinter import Tk
Tk(className='A'*0xfffff)

This looks as Tcl/Tk problem.
History
Date User Action Args
2016-06-07 19:02:10serhiy.storchakasetrecipients: + serhiy.storchaka, Emin Ghuliev
2016-06-07 19:02:10serhiy.storchakasetmessageid: <1465326130.17.0.139809766069.issue27254@psf.upfronthosting.co.za>
2016-06-07 19:02:10serhiy.storchakalinkissue27254 messages
2016-06-07 19:02:10serhiy.storchakacreate