mirror of https://github.com/go-python/gopy.git
90f5fcd36e
This CL, inspired from https://golang.org/cl/16911, drops the use of `x/tools/go/loader` (importing from sources) and replaces it with the stdlib `go/importer`, working off the (binary) exported data under $GOPATH/pkg/pkgname.a. This allows us: - to rely completely on the stdlib-1.5, - to support cgo-based packages (which are not supported by `x/tools/go/loader`) Fixes #28 Fixes #36 Fixes #68 Fixes #70 Change-Id: I0321645dfeec8738687a675a7e80283053c89123 |
||
---|---|---|
.. | ||
cgo | ||
consts | ||
cpkg | ||
empty | ||
funcs | ||
hi | ||
iface | ||
maps | ||
named | ||
pointers | ||
seqs | ||
simple | ||
structs | ||
vars | ||
wrapper |