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 eltoder
Recipients eltoder, mark.dickinson, pitrou, rhettinger
Date 2011-03-11.17:03:11
SpamBayes Score 0.0023636469
Marked as misclassified No
Message-id <1299862991.94.0.504617503765.issue11462@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-03-11 17:03:12eltodersetrecipients: + eltoder, rhettinger, mark.dickinson, pitrou
2011-03-11 17:03:11eltodersetmessageid: <1299862991.94.0.504617503765.issue11462@psf.upfronthosting.co.za>
2011-03-11 17:03:11eltoderlinkissue11462 messages
2011-03-11 17:03:11eltodercreate