Browse Source
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.pull/1130/head
Paul Sokolovsky
10 years ago
1 changed files with 9 additions and 1 deletions
Loading…
Reference in new issue