monty 0.0.20

A sandboxed, snapshotable Python interpreter written in Rust.
Documentation
1
2
3
4
x = [1, 2, 3]
y = x
x
# ref-counts={'x': 3, 'y': 3}