alexmojaki / alexmojaki/futurecoder
Handle MemoryError more gracefully
Aperta
- Lingua principale
- Python
- Stelle
- 1.5k
- Fork
- 183
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
e.g. this code ran by a user:
```python
numbers = [3, 1, 4, 1, 5, 9, 2, 6, 5]
new_numbers = []
for num in numbers:
numbers += [num*2]
print(numbers)
```
leads to a `MemoryError`. It should just display something sensible in the console without crashing everything, showing an error dialog, reporting to sentry, etc.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.