Skip to content

enable interrupt for currently executing code in REPL #23337

@amunger

Description

@amunger

execute the code in the python REPL

import time
for i in range(100):
    print(i)
    time.sleep(1)

I should be able to stop this code from completing with an interrupt button.

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalitytriage-neededNeeds assignment to the proper sub-team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions