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 christian.heimes
Recipients christian.heimes
Date 2008-01-02.16:12:58
SpamBayes Score 0.0064108116
Marked as misclassified No
Message-id <1199290379.17.0.733909203656.issue1721@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./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?).
History
Date User Action Args
2008-01-02 16:12:59christian.heimessetspambayes_score: 0.00641081 -> 0.0064108116
recipients: + christian.heimes
2008-01-02 16:12:59christian.heimessetspambayes_score: 0.00641081 -> 0.00641081
messageid: <1199290379.17.0.733909203656.issue1721@psf.upfronthosting.co.za>
2008-01-02 16:12:58christian.heimeslinkissue1721 messages
2008-01-02 16:12:58christian.heimescreate