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 benjamin.peterson, georg.brandl, kmtracey, ncoghlan, rhettinger, stevea_zope
Date 2009-01-15.07:45:00
SpamBayes Score 0.09670833
Marked as misclassified No
Message-id <1232005505.77.0.359133035395.issue1242657@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch that fixes-up length_hint and it's internal callers.

I think there are plenty of other places that also swallow exceptions
but will leave those for someone who wants to look at every instance of
PyErr_Clear() to see if it has been restricted to some small group of
exceptions.
History
Date User Action Args
2009-01-15 07:45:06rhettingersetrecipients: + rhettinger, georg.brandl, stevea_zope, ncoghlan, kmtracey, benjamin.peterson
2009-01-15 07:45:05rhettingersetmessageid: <1232005505.77.0.359133035395.issue1242657@psf.upfronthosting.co.za>
2009-01-15 07:45:05rhettingerlinkissue1242657 messages
2009-01-15 07:45:04rhettingercreate