舒服唇膏

文章
4
资源
0
加入时间
2年10月21天

Golang协程中调用Python3

如何在Go中调用Python3的代码不再赘述,网上一大把。但是在协程中多次调用Python函数会panic。python demo:# coding: utf-8def test(a, b): return a + bGoalng demopackage mainimport ( "fmt" "sync" "github.com/DataDog/go-python3")func init() { python3.Py_Initia