go-python3 icon indicating copy to clipboard operation
go-python3 copied to clipboard

Go bindings to the CPython-3 API

Results 14 go-python3 issues
Sort by recently updated
recently updated
newest added

**Describe what happened:** i try to build code stop here: vendor/github.com/DataDog/go-pyhon3/import.go:125:14 could not determine kind of name for C.PyImport.GetModule **Describe what you expected:** i install python3-devel.x86_64 **Steps to reproduce the...

Hi, First, nice project 👍 How i can stop/terminate a python execution? I want migrate my CI project (goci) from Go+Otto to Go+Python. But i need some way to stop/terminate...

As far as I understand, when I build a binary that requires `go-python3` then the resulting binary is linked dynamically to the Python that `pkg-config` found in the respective `python3.pc`...

**Describe what happened:** python3.PyTuple_SetItem(tuple, 0, w) testfunc := pyMod.GetAttrString("serve") pyret := testfunc.Call(tuple, ret) running this results in: cannot use w (type http.ResponseWriter) as type *python3.PyObject in argument to python3.PyTuple_SetItem **Describe...