py4go
py4go copied to clipboard
Tight bidirectional integration between Go and Python
Results
2
py4go issues
Sort by
recently updated
recently updated
newest added
Fixes the `cannot use _Ctype_long(size) (value of type _Ctype_long) as _Ctype_longlong value in argument` errors. [#1](https://github.com/tliron/py4go/issues/1)
Error: cannot use _Ctype_long(size) (value of type _Ctype_long) as _Ctype_longlong value in argument
I am building on Windows 11 amd64, using [this blog post](https://poweruser.blog/embedding-python-in-go-338c0399f3d5) as a source. Go version: `go1.22.3 windows/amd64` When I run: `go build -v` on my project that exclusively calls...