Skip to content
Snippets Groups Projects
  1. Sep 06, 2017
  2. Sep 05, 2017
  3. Sep 04, 2017
  4. Sep 02, 2017
    • Paul Sokolovsky's avatar
      py/objfloat: Fix binary ops with incompatible objects. · 9950865c
      Paul Sokolovsky authored
      These are now returned as "operation not supported" instead of raising
      TypeError. In particular, this fixes equality for float vs incompatible
      types, which now properly results in False instead of exception. This
      also paves the road to support reverse operation (e.g. __radd__) with
      float objects.
      
      This is achieved by introducing mp_obj_get_float_maybe(), similar to
      existing mp_obj_get_int_maybe().
      9950865c
  5. Sep 01, 2017
  6. Aug 31, 2017
  7. Aug 30, 2017
  8. Aug 29, 2017
Loading