monty 0.0.21

A sandboxed, snapshotable Python interpreter written in Rust.
Documentation
1
2
3
# float format specifier ':f' on string raises ValueError
f'{"hello":f}'
# Raise=ValueError("Unknown format code 'f' for object of type 'str'")