Descriptiongc: unsafe.Pointer is not a pointer
Change unsafe.Pointer to be its own kind of
type, instead of making it equivalent to *any.
The change complicates import and export
but avoids the need to find all the places that
operate on pointers but should not operate on
unsafe.Pointer.
Fixes issue 1566. (a different way)
Fixes issue 1582.
Patch Set 1 #Patch Set 2 : diff -r af83aa41994c https://go.googlecode.com/hg #Patch Set 3 : diff -r c2fd8ff47c0c https://go.googlecode.com/hg #
MessagesTotal messages: 3
|