sbinet / go-python

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

Fix togo() handling of nil and add support for Py_IncRef, Py_DecRef, and Py_Clear #13

Closed mstetson closed 10 years ago

mstetson commented 10 years ago

This enables better error checking and managing of reference counts.

sbinet commented 10 years ago

LGTM

sbinet commented 10 years ago

thanks.