Open Issues Need Help
View All on GitHubA Python Interpreter written in Rust
A Python Interpreter written in Rust
A Python Interpreter written in Rust
A Python Interpreter written in Rust
A Python Interpreter written in Rust
A Python Interpreter written in Rust
A Python Interpreter written in Rust
A Python Interpreter written in Rust
A Python Interpreter written in Rust
A Python Interpreter written in Rust
A Python Interpreter written in Rust
AI Summary: The task is to debug a panic in the RustPython interpreter that occurs when `time.sleep()` is called with a negative argument. The expected behavior is an exception, not a panic. The solution likely involves modifying the `time.sleep()` implementation in RustPython to handle negative arguments appropriately, potentially by raising a ValueError or similar exception.
A Python Interpreter written in Rust