execa icon indicating copy to clipboard operation
execa copied to clipboard

`subprocess.kill(0)` is broken on Windows since Node 23.4.0

Open ehmicky opened this issue 8 months ago • 1 comments

This is a bug with Node.js, described in https://github.com/nodejs/node/issues/57669.

Let's see how the discussion on the Node.js repository goes before deciding on any workaround.

ehmicky avatar Mar 28 '25 23:03 ehmicky

Fixed by https://github.com/nodejs/node/pull/57695 which will probably land in 23.12.0.

ehmicky avatar Apr 04 '25 14:04 ehmicky

It landed in Node.js 24.0.0. So the wrong behavior is from 23.4.0 to the last version of 23.*.* (as of now, 23.11.1).

ehmicky avatar Oct 26 '25 18:10 ehmicky