sbinet / go-python

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

Implement PySys_SetArgv. #18

Closed tfogal closed 9 years ago

tfogal commented 9 years ago

Not that the interface is slightly different: we don't take an argument count, since we can just grab the length of the array.

sbinet commented 9 years ago

Thx

sbinet commented 9 years ago

I'll merge when in front of a real keyboard.