Skip to content

Can't escape an infinite loop #1

@EmergencyTemporalShift

Description

@EmergencyTemporalShift

If you do something like:

!exec
```python
while True:
    pass
\```

It will loop forever and you cannot stop it.

I suggest "!exec halt" to perform a control + C interrupt and "!exec kill" to kill running programs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions