commit | 71c5181a8dfa69ba9f5ca322a3aba0660be2e166 | [log] [tgz] |
---|---|---|
author | Damien George <damien.p.george@gmail.com> | Sat Jan 04 20:21:15 2014 +0000 |
committer | Damien George <damien.p.george@gmail.com> | Sat Jan 04 20:21:15 2014 +0000 |
tree | 77aae5a9008f269276bda9c433235f7e11b57ed4 | |
parent | e9906ac3d771a312b05d76e42aee8e806dd0d128 [diff] [blame] |
Convert Python types to proper Python type hierarchy. Now much more inline with how CPython does types.
diff --git a/py/objstr.c b/py/objstr.c index 03a7618..27c9440 100644 --- a/py/objstr.c +++ b/py/objstr.c
@@ -179,6 +179,7 @@ { &mp_const_type }, "str", str_print, // print + NULL, // make_new NULL, // call_n NULL, // unary_op str_binary_op, // binary_op