Skip to content
Snippets Groups Projects
  1. Aug 02, 2020
  2. Jan 07, 2015
    • Nat Goodspeed's avatar
      Replace reduce(operator.or_, ...) with any(...). · 087e497a
      Nat Goodspeed authored
      The any() builtin was introduced in Python 2.5. Not only is its intent
      clearer, but it handles the case of zero items -- which the reduce(or_)
      construct does not. Sporadically we've seen exceptions from
      generate_breakpad_symbols.py when reduce(or_, ...) is given zero items. This
      masks the actual error (failure to dump symbols? failure to read them?),
      masquerading as a bug in the Python script.
      087e497a
  3. Mar 29, 2013
  4. Oct 20, 2012
  5. Oct 17, 2012
  6. Feb 09, 2011
  7. Jan 28, 2011
  8. Nov 08, 2010
  9. Nov 04, 2010
  10. Oct 13, 2010
  11. Sep 21, 2010
  12. Aug 13, 2010
  13. Jun 08, 2010
  14. Jun 04, 2010
  15. Jun 03, 2010
  16. Jun 02, 2010
  17. May 27, 2010
Loading