gopy
gopy copied to clipboard
gopy generates a CPython extension module from a go package.
replaces mailing list ( [email protected] ), with links to GitHub discussions
Hello there, first of all, thank you for this amazing project! While experimenting with it, I came across something that seems like unusual behavior when passing arguments into a Python...
Hi, Thanks for the great tool! # Description Trying to return a string from Python callback to Go - and getting SIGSEGV: ``` > python test.py fs.CallBack(22, cbfun)... in python...
I installed gopy and wasn't sure which version I have. I was not sure what I use since release was not tagged in github -> latest was 0.4.8, but latest...
It would be awesome to support free threaded extensions with gopy. Based on the support for python free threaded initialization should be created as: https://docs.python.org/3/howto/free-threading-extensions.html#freethreading-extensions-howto