sbinet / go-python

naive go bindings to the CPython2 C-API
Other
1.52k stars 138 forks source link

python3 support #93

Closed ruyuejun closed 4 years ago

ruyuejun commented 4 years ago

When the project will support python3 ?

sbinet commented 4 years ago

the plan was to migrate this repo under github.com/go-python/cpy2 and then create a dedicated repo go-python/cpy3.

sbinet commented 4 years ago

there's also:

okpatil4u commented 4 years ago

It would be great if Python 3 is supported as Python 2 will be obsolete in December. How would one port it to Python 3 ?

sbinet commented 4 years ago

https://github.com/DataDog/go-python3 already supports CPython3. from their README, it seems this was the port of this repo to the CPython3 API. so, kind of already done :)