New submission from Serhiy Storchaka <storch...@gmail.com>:

#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.

----------
components: Extension Modules, Tkinter
files: tkinter_endif.patch
keywords: patch
messages: 163050
nosy: storchaka
priority: normal
severity: normal
status: open
title: Incorrectly placed #endif in _tkinter.c.
type: compile error
versions: Python 3.3
Added file: http://bugs.python.org/file26034/tkinter_endif.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15094>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to