Damien George
5b3f0b7f39
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
...
The first argument to the type.make_new method is naturally a uPy type,
and all uses of this argument cast it directly to a pointer to a type
structure. So it makes sense to just have it a pointer to a type from
the very beginning (and a const pointer at that). This patch makes
such a change, and removes all unnecessary casting to/from mp_obj_t.
2016-01-11 00:49:27 +00:00
..
2015-12-18 22:16:49 +00:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2015-11-25 13:19:36 +02:00
2015-12-22 21:00:20 +00:00
2015-12-16 00:38:36 +00:00
2016-01-11 00:49:27 +00:00
2015-11-25 13:19:36 +02:00
2016-01-11 00:49:27 +00:00
2015-11-25 23:53:26 +00:00
2016-01-11 00:49:27 +00:00
2015-12-22 21:00:20 +00:00
2015-12-22 21:00:20 +00:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2015-12-07 17:21:51 +00:00
2016-01-07 16:34:11 +00:00
2016-01-07 16:34:11 +00:00
2016-01-07 16:34:11 +00:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2015-12-22 21:00:20 +00:00
2016-01-07 16:34:11 +00:00
2015-11-25 13:19:36 +02:00
2015-12-16 11:07:58 +00:00
2016-01-11 00:49:27 +00:00
2015-11-23 23:23:07 +00:00
2016-01-07 16:34:11 +00:00
2015-10-31 19:14:30 +03:00
2015-10-31 19:14:30 +03:00
2015-11-01 23:23:39 +00:00
2015-10-31 19:14:30 +03:00
2015-10-31 19:14:30 +03:00
2016-01-11 00:49:27 +00:00
2015-11-09 22:10:31 +02:00
2015-10-31 19:14:30 +03:00
2015-12-25 19:22:16 +02:00
2016-01-11 00:49:27 +00:00
2015-12-04 12:05:05 +00:00
2015-12-22 21:00:20 +00:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2015-12-16 00:38:36 +00:00
2015-12-22 21:00:20 +00:00
2015-12-09 09:56:36 +00:00
2015-11-25 23:53:26 +00:00
2015-11-24 16:57:13 +00:00
2015-11-23 23:23:07 +00:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2015-11-30 13:07:20 +00:00
2016-01-11 00:49:27 +00:00
2015-12-09 09:56:36 +00:00
2015-12-09 09:56:36 +00:00
2015-10-31 19:14:30 +03:00
2016-01-11 00:49:27 +00:00