Paul Sokolovsky ff4678c5b4 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.
2014-02-16 00:42:56 +02:00
..
2014-02-04 00:47:06 +02:00
2014-02-05 00:51:47 +00:00
2014-02-11 23:53:34 +02:00
2014-02-11 02:28:36 +02:00
2014-01-28 19:52:04 +01:00
2014-01-19 01:40:47 +02:00