Skip to content
Snippets Groups Projects
  1. Feb 12, 2019
  2. Feb 05, 2019
  3. Jul 08, 2018
  4. May 02, 2018
  5. Nov 16, 2017
    • Damien George's avatar
      py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str. · 4601759b
      Damien George authored
      This patch simplifies the str creation API to favour the common case of
      creating a str object that is not forced to be interned.  To force
      interning of a new str the new mp_obj_new_str_via_qstr function is added,
      and should only be used if warranted.
      
      Apart from simplifying the mp_obj_new_str function (and making it have the
      same signature as mp_obj_new_bytes), this patch also reduces code size by a
      bit (-16 bytes for bare-arm and roughly -40 bytes on the bare-metal archs).
      4601759b
  6. Sep 12, 2017
  7. Sep 10, 2017
  8. Jan 22, 2017
  9. Oct 21, 2016
  10. Apr 25, 2016
Loading