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 vstinner
Recipients alex, rhettinger, serhiy.storchaka, terry.reedy, vstinner
Date 2016-04-23.07:18:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYstctYHyqRJU0-Ng9joiUXbAJd5w=jsKWtyEeKE+=aCg@mail.gmail.com>
In-reply-to <1461380064.44.0.864175493257.issue26828@psf.upfronthosting.co.za>
Content
I checked Python 2 for map(): it gets the length hint of all iterables and
use the maximum, with a default of 8. I'm not sure of what you mean by
errors, the function to get the length hint already catchs and ignores
errors no?
History
Date User Action Args
2016-04-23 07:18:30vstinnersetrecipients: + vstinner, rhettinger, terry.reedy, alex, serhiy.storchaka
2016-04-23 07:18:30vstinnerlinkissue26828 messages
2016-04-23 07:18:30vstinnercreate