📝 Description
The Python runner on the web app cannot handle infinite loops. The runner shows no output and repeatedly reloads.
🔄 Steps to Reproduce
- Open the web app Python runner
- Enter the infinite loop code above
i = 1
while(i == 1):
print("hello")
- Click "Run Code"
- Observe the output
🎯 Expected Behavior
- Show output with a "Stop" button,
OR
- Display a timeout warning after X seconds
❌ Actual Behavior / Error Logs
💻 Environment
- OS: Windows 11
- Python Version: 3.12.7
- File Name: web-app
📝 Description
The Python runner on the web app cannot handle infinite loops. The runner shows no output and repeatedly reloads.
🔄 Steps to Reproduce
🎯 Expected Behavior
OR
❌ Actual Behavior / Error Logs
💻 Environment