| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-30 | py/objtype: Fix assertion failures in mp_obj_new_type by checking types. | Jeff Epler | |
| Fixes assertion failures when the arguments to type() were not of valid types, e.g., when making calls like: type("", (), 3) type("", 3, {}) | |||
| 2015-08-21 | tests: Add more tests to improve coverage, mostly testing exceptions. | Damien George | |
