Message 130590 - Python tracker
Message130590
| 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:12 | eltoder | set | recipients: + eltoder, rhettinger, mark.dickinson, pitrou |
| 2011-03-11 17:03:11 | eltoder | set | messageid: <1299862991.94.0.504617503765.issue11462@psf.upfronthosting.co.za> |
| 2011-03-11 17:03:11 | eltoder | link | issue11462 messages |
| 2011-03-11 17:03:11 | eltoder | create | |