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 serhiy.storchaka
Date 2012-06-17.09:57:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339927047.37.0.67596869478.issue15094@psf.upfronthosting.co.za>
In-reply-to
Content
#endif is placed incorrectly in _tkinter.c. As a result, braces are unbalanced when TCL_UTF_MAX != 3. This is Python 3.3 only error.

There are no tests yet. Just wait a few years until TCL will support non-BMP characters or use a time machine.
History
Date User Action Args
2012-06-17 09:57:27serhiy.storchakasetrecipients: + serhiy.storchaka
2012-06-17 09:57:27serhiy.storchakasetmessageid: <1339927047.37.0.67596869478.issue15094@psf.upfronthosting.co.za>
2012-06-17 09:57:26serhiy.storchakalinkissue15094 messages
2012-06-17 09:57:25serhiy.storchakacreate