Open roysti10 opened 2 years ago
On pressing Ctrl-C the kill signal doesnt behave the way it should when previously a python program is loaded
Ctrl-C
Should exit on pressing Ctrl-C
A Python keyboard interrupt is thrown instead
metacall
load py test.py
Duplicated here: https://github.com/metacall/core/issues/121
This may be solved? https://github.com/metacall/core/pull/482
🐛 Bug Report
On pressing
Ctrl-C
the kill signal doesnt behave the way it should when previously a python program is loadedExpected Behavior
Should exit on pressing
Ctrl-C
Current Behavior
A Python keyboard interrupt is thrown instead
Steps to Reproduce
metacall
on your terminalload py test.py
(It doesnt matter if it passes or fails)Ctrl-C
The error is shown