core
core copied to clipboard
Handling kill signals while running python with metacall
🐛 Bug Report
On pressing Ctrl-C the kill signal doesnt behave the way it should when previously a python program is loaded

Expected Behavior
Should exit on pressing Ctrl-C
Current Behavior
A Python keyboard interrupt is thrown instead
Steps to Reproduce
- Open the metacall Cli by typing
metacallon your terminal - Type
load py test.py(It doesnt matter if it passes or fails) - Press
Ctrl-CThe error is shown
Duplicated here: https://github.com/metacall/core/issues/121
This may be solved? https://github.com/metacall/core/pull/482