Skip to content
  • Paul Sokolovsky's avatar
    py: Revamp mp_obj_print() to use Python streams. · 1f91e92c
    Paul Sokolovsky authored
    Most of printing infrastructure now uses streams, but mp_obj_print() used
    libc's printf(), which led to weird buffering issues in output. So, switch
    mp_obj_print() to streams too, even though it may make sense to move it to
    a separate file, as it is purely a debugging function now.
    1f91e92c