[issue1301] Bad assertion in _tkinter.c

Guido van Rossum report at bugs.python.org
Thu Jan 3 22:42:26 CET 2008


Guido van Rossum added the comment:

I suspect the assert is an overflow check. But since asserts are
compiled into no-ops unless we're using debug mode, I don't see the
point of using an assert.  Just to close the issue I'll replace it with
a proper overflow check.

----------
assignee:  -> gvanrossum
priority:  -> high

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


More information about the Python-bugs-list mailing list