monty 0.0.21

A sandboxed, snapshotable Python interpreter written in Rust.
Documentation
1
2
3
4
5
item = [1]
lst = []
lst.append(item)
lst
# ref-counts={'item': 2, 'lst': 2}