]> Cypherpunks repositories - gostls13.git/commit
runtime: expand comments on runtime panic checks
authorAustin Clements <austin@google.com>
Tue, 11 Jun 2019 17:29:53 +0000 (13:29 -0400)
committerAustin Clements <austin@google.com>
Wed, 10 Jul 2019 01:07:32 +0000 (01:07 +0000)
commit726b1bf9871f4905d85a53051301f636e8273328
tree9809b7875b7171d473c930e2f3b405c453f4f929
parent84fce9832b7d1dfb8d39eb7cb76d689e306c4eed
runtime: expand comments on runtime panic checks

This adds comments explaining why it's important that some panics are
allowed in the runtime (even though this isn't ideal).

Change-Id: I04c6fc4f792f3793f951619ccaea6bfef2f1763c
Reviewed-on: https://go-review.googlesource.com/c/go/+/181737
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/panic.go