A lightweight and real Python sandbox supporting a SAFE and FINITE subset of Python

1 Open Issue Need Help Last updated: Aug 8, 2025

Open Issues Need Help

View All on GitHub
Security Code Sandboxing

AI Summary: The task is to enhance the `sandboxed-python` library to handle parsing errors more robustly, preventing the sandbox process from crashing due to unchecked exceptions like `RecursionError`, `MemoryError`, and `UnicodeEncodeError` during code parsing. This involves adding error handling within the parser to gracefully manage these exceptions and potentially return informative error messages instead of causing process termination.

Complexity: 4/5
help wanted

A lightweight and real Python sandbox supporting a SAFE and FINITE subset of Python

Python