[New-bugs-announce] [issue15094] Incorrectly placed #endif in _tkinter.c.

Serhiy Storchaka report at bugs.python.org
Sun Jun 17 11:57:27 CEST 2012


New submission from Serhiy Storchaka <storchaka at 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 <report at bugs.python.org>
<http://bugs.python.org/issue15094>
_______________________________________


More information about the New-bugs-announce mailing list