]> Cypherpunks repositories - gostls13.git/commit
os: don't store reference count in Process.state
authorIan Lance Taylor <iant@golang.org>
Mon, 23 Dec 2024 05:00:58 +0000 (21:00 -0800)
committerGopher Robot <gobot@golang.org>
Fri, 7 Feb 2025 01:11:12 +0000 (17:11 -0800)
commitcaf29da4ccf0ca64b422835dfa48fa6e06f87f24
treeabdfcb1403bfddae32f2606241011f99506026fd
parent637c235b510a885622cdbb914ad9e0d4bbce9a14
os: don't store reference count in Process.state

We only need a reference count in processHandle.

For #70907
Fixes #71564

Change-Id: I209ded869203dea10f12b070190774fb5f1d3d71
Reviewed-on: https://go-review.googlesource.com/c/go/+/638577
Commit-Queue: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/os/exec.go