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 02:39:52 +02:00
2016-01-11 00:49:27 +00:00
2015-07-10 11:37:50 +02:00
2015-10-31 19:14:30 +03:00
2015-05-22 09:56:11 +02:00
2015-06-10 23:35:41 +02:00
2015-11-16 23:43:47 +01:00
2015-11-16 23:43:47 +01:00
2016-01-11 00:49:27 +00:00
2015-07-02 16:30:00 +02:00
2015-11-06 00:12:13 +01: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-09-27 01:50:52 +02:00
2016-01-11 00:49:27 +00:00
2015-02-20 16:40:59 +01:00
2016-01-11 00:49:27 +00:00
2015-03-11 22:09:52 +01:00
2016-01-11 00:49:27 +00:00
2015-09-27 01:48:20 +02:00
2016-01-11 00:49:27 +00:00
2015-09-27 01:48:20 +02:00
2016-01-11 00:49:27 +00:00
2015-09-21 22:30:32 +02:00
2015-10-31 19:14:30 +03:00
2015-09-27 16:50:27 +02:00
2016-01-11 00:49:27 +00:00
2015-03-21 11:26:47 +01:00
2016-01-11 00:49:27 +00:00
2015-09-10 07:59:47 +02:00
2016-01-11 00:49:27 +00:00
2015-09-27 11:27:24 +02:00
2016-01-11 00:49:27 +00:00
2015-06-04 10:13:55 +02:00