]> Cypherpunks repositories - gostls13.git/commit
Revert "runtime: preempt more aggressively when panicking"
authorMichael Pratt <mpratt@google.com>
Thu, 1 Feb 2024 17:14:41 +0000 (12:14 -0500)
committerMichael Pratt <mpratt@google.com>
Thu, 1 Feb 2024 18:09:36 +0000 (18:09 +0000)
commit18840865d22d58ac97b79c6a972dacada3d9215b
treeb1dcd22ac5bd795c76b1c21ead28c39228bda078
parent5b6cd3d0cbd3f3f0a645e37526fabe35a7e75319
Revert "runtime: preempt more aggressively when panicking"

This reverts CL 546135.

Reason for revert: Causes occasional throw during panic

For #65416.

Change-Id: I78c15637da18f85ede785363b777aa7d1dead3c3
Reviewed-on: https://go-review.googlesource.com/c/go/+/560455
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/os_windows.go
src/runtime/preempt.go
src/runtime/signal_unix.go