Eugene Toder <elto...@gmail.com> added the comment:

assert() doesn't quite work here. I need to check that this entry in the table 
is not used in the next loop. I'd need to put assert in that loop, but by that 
time I have no easy way to tell which entries are bad, unless I mark them in 
the first loop. so I mark them under !NDEBUG.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11462>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to