py: Implement __dict__ for instances.
Note that even though wrapped in MICROPY_CPYTHON_COMPAT, it is not fully compatible because the modifications to the dictionary do not propagate to the actual instance members.
tests/basics/builtin_dict.py
0 → 100644
Please register or sign in to comment