monty 0.0.21

A sandboxed, snapshotable Python interpreter written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# xfail=cpython
from sys import *

"""
TRACEBACK:
Traceback (most recent call last):
  File "import__star_error.py", line 2, in <module>
    from sys import *
    ~~~~~~~~~~~~~~~~~
NotImplementedError: Wildcard imports (`from ... import *`) are not supported
"""