Skip to content

[feedback][eldritchv0.3] Broke the bot #1295

@hulto

Description

@hulto

Is your feedback related to a problem? Please describe.

REPL hangs when this is run:

>>> a = []
>>> for i in range(1,100):
...     a.append(a)
>>> a = {}
>>> for i in [1]:
...     a[i] = a

Describe the solution you'd like
Avoid crashing.

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