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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue1721> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com