os: Process
finalizer should wait for process on Unix systems
#18881
Labels
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
The os package sets a finalizer on all
Process
values. Currently, on Unix, that finalizer does nothing useful. It should probably callwait
on the process if that has not already been done, to remove the otherwise zombie process.The text was updated successfully, but these errors were encountered: