0be94a5442
Python code doesn't like to run without `__builtins__`, so adding them if missing seems to be a good idea. Also that's what CPython >3.10 does. See https://github.com/python/cpython/pull/24564 Resolves #3370
80 B
80 B
Add __builtins__
to globals in py.run()
and py.eval()
if they're missing.