Commit 75b71e8c authored by David Symonds's avatar David Symonds
Browse files

[release-branch.go1] doc: Don't imply incorrect guarantees about data races.

««« backport dbcfb4459ab8
doc: 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=rsc
CC=dvyukov, gobot, golang-dev, r
https://golang.org/cl/6489075

»»»
parent bc5b14d0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment