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/objexcept.c b/py/objexcept.c index e735852..ec03b9b 100644 --- a/py/objexcept.c +++ b/py/objexcept.c
@@ -39,6 +39,7 @@ { &mp_const_type }, "exception", exception_print, // print + NULL, // make_new NULL, // call_n NULL, // unary_op NULL, // binary_op