diff options
author | Damien George <damien@micropython.org> | 2020-08-21 10:30:09 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2020-08-22 11:38:46 +1000 |
commit | 5f9b105244bb9f605f3ca157cd421967c665bd6e (patch) | |
tree | a0c71dca66b5f52e214399e21b051ba204173b5d /tests/extmod/uasyncio_basic.py | |
parent | 448319a7450714efd72ae527e184a247a82ee39d (diff) | |
download | micropython-5f9b105244bb9f605f3ca157cd421967c665bd6e.tar.gz micropython-5f9b105244bb9f605f3ca157cd421967c665bd6e.zip |
py/runtime: Fix builtin compile() in "single" mode so it prints exprs.
As per CPython behaviour, compile(stmt, "file", "single") should create
code which prints to stdout (via __repl_print__) the results of any
expressions in stmt.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/extmod/uasyncio_basic.py')
0 files changed, 0 insertions, 0 deletions