monty 0.0.21

A sandboxed, snapshotable Python interpreter written in Rust.
Documentation
1
2
3
d = {'x': 1}
d.update(d)
assert d == {'x': 1}