core icon indicating copy to clipboard operation
core copied to clipboard

Handling kill signals while running python with metacall

Open roysti10 opened this issue 3 years ago • 2 comments

🐛 Bug Report

On pressing Ctrl-C the kill signal doesnt behave the way it should when previously a python program is loaded

image

Expected Behavior

Should exit on pressing Ctrl-C

Current Behavior

A Python keyboard interrupt is thrown instead

Steps to Reproduce

  1. Open the metacall Cli by typing metacall on your terminal
  2. Type load py test.py (It doesnt matter if it passes or fails)
  3. Press Ctrl-C The error is shown

roysti10 avatar Sep 15 '22 11:09 roysti10

Duplicated here: https://github.com/metacall/core/issues/121

viferga avatar Oct 25 '22 20:10 viferga

This may be solved? https://github.com/metacall/core/pull/482

viferga avatar Feb 08 '24 23:02 viferga