-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime/cgo: _cgo_allocate can not work with precise GC #6461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
_cgo_allocate is not documented. It is in doc.go but only in the "implementation details" section, which is not part of the command documentation. The _swig_goallocate wrapper needs to be removed in favor of something else, but I don't believe the Go 1 compatibility rules cover swig. Even if they did, I would put this in the "specification error" exception. |
cgo_allocate is gone, and the latest SWIG has been updated. Yay! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: