You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
The
CPython
API is using varargs a lot.e.g.:
https://docs.python.org/2/c-api/arg.html
consider using
FFI
(orgithub.com/gonuts/ffi
) to marshal back and forth between C-varargs and Go-varargs-interface{}
like is done in gopy:https://github.com/qur/gopy/blob/master/lib/utils.c#L25
https://github.com/qur/gopy/blob/master/lib/arg.go#L89
The text was updated successfully, but these errors were encountered: