summaryrefslogtreecommitdiffstatshomepage
path: root/py/runtime.c
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-02-16 00:40:23 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-02-16 00:42:56 +0200
commitff4678c5b4069308b98df9c786502b93f25b8a4e (patch)
treefda780b7a42fadd3a390c8761470ec98c473f75d /py/runtime.c
parent36109d246fc5396c38bedfc240ddbe60a3c718fc (diff)
downloadmicropython-ff4678c5b4069308b98df9c786502b93f25b8a4e.tar.gz
micropython-ff4678c5b4069308b98df9c786502b93f25b8a4e.zip
objexcept: Fix thinko with args to mp_obj_new_list().
First arg is not alloc size, but real size, so if used as mp_obj_new_list(3, NULL), need to store items, not append.
Diffstat (limited to 'py/runtime.c')
0 files changed, 0 insertions, 0 deletions