- Notifications
You must be signed in to change notification settings - Fork18.4k
Commit75b71e8
committed
[release-branch.go1] doc: Don't imply incorrect guarantees about data races.
««« backport dbcfb4459ab8doc: Don't imply incorrect guarantees about data races.A race between a = "hello, world"and print(a)is not guaranteed to print either "hello, world" or "".Its behaviour is undefined.Fixes#4039.R=rscCC=dvyukov, gobot, golang-dev, rhttps://golang.org/cl/6489075»»»1 parentbc5b14d commit75b71e8
1 file changed
+2
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
270 | 270 |
| |
271 | 271 |
| |
272 | 272 |
| |
273 |
| - | |
274 |
| - | |
| 273 | + | |
| 274 | + | |
275 | 275 |
| |
276 | 276 |
| |
277 | 277 |
| |
|
0 commit comments
Comments
(0)