[issue1721] _tkinter.c:903: AsObj: Assertion `size < size * sizeof(Tcl_UniChar)' failed

Christian Heimes report at bugs.python.org
Wed Jan 2 17:12:59 CET 2008


New submission from Christian Heimes:

$ ./python Lib/idlelib/idle.py
python: /home/heimes/dev/python/py3k/Modules/_tkinter.c:903: AsObj:
Assertion `size < size * sizeof(Tcl_UniChar)' failed.
Aborted

The code works when I change the assertion from "<" to "<=". My Python
3.0 is compiled with unicode=UCS-4 and Tcl is the default installation
of Ubuntu (probably UCS-2?).

----------
components: IDLE, Tkinter
keywords: py3k
messages: 59095
nosy: tiran
priority: normal
severity: normal
status: open
title: _tkinter.c:903: AsObj: Assertion `size < size * sizeof(Tcl_UniChar)' failed
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1721>
__________________________________


More information about the Python-bugs-list mailing list