os: support Process.Signal(Interrupt) on Windows #46345
Labels
FeatureRequest
Issues asking for a new feature that does not need a proposal.
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Windows
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
os.Process.Signal(os.Interrupt)
should work on windows.What did you see instead?
In the documentation for
os.Process.Signal()
, it says that sending os.Interrupt is not implemented on Windows.It's not an insignificant bit of functionality, i think it should be implemented unless there's an obvious reason to not do so.
Currently this makes it difficult to manage exec.Cmd's properly on Windows.
The text was updated successfully, but these errors were encountered: