Hi,

When I copy the sync.Pool's source code in a repo, and using `//go:linkname` 
link those runtime functions manually.
When I run `go test -race`, it reports `DATA RACE`.
But the sync.Pool with the same test case does not report  `DATA RACE`.

Does runtime.RaceDisable not work in non-std library ?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to