monty 0.0.21

A sandboxed, snapshotable Python interpreter written in Rust.
Documentation
1
2
3
# nonlocal at module level is a syntax error
nonlocal x  # type: ignore
# Raise=SyntaxError('nonlocal declaration not allowed at module level')