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 rhettinger
Recipients jyasskin, rhettinger, skip.montanaro
Date 2009-01-09.07:23:41
SpamBayes Score 0.38603216
Marked as misclassified No
Message-id <1231485823.32.0.52202355415.issue4888@psf.upfronthosting.co.za>
In-reply-to
Content
IIRC, I think I put this here a long while ago when replacing or
removing a corresponding if-test that had always been compiled-in.  The
assertion was a way of validating that the refactoring and elimination
of tests had not broken anything.  If that was the case, I prefer to
leave this in, perhaps with some comment.  The control flow and known
conditions at each step are a bit hairy in this part of the code.
History
Date User Action Args
2009-01-09 07:23:43rhettingersetrecipients: + rhettinger, skip.montanaro, jyasskin
2009-01-09 07:23:43rhettingersetmessageid: <1231485823.32.0.52202355415.issue4888@psf.upfronthosting.co.za>
2009-01-09 07:23:42rhettingerlinkissue4888 messages
2009-01-09 07:23:41rhettingercreate