monty 0.0.21

A sandboxed, snapshotable Python interpreter written in Rust.
Documentation
1
2
3
4
5
a = [1]
b = [2]
c = a + b
c
# ref-counts={'a': 1, 'b': 1, 'c': 2}