I'm reaching out to new and old #Python friends. If you are interested in integrating #Go and python, and if you would like to support the venerable gopy project, I would absolutely appreciate your feedback on this PR: https://github.com/go-python/gopy/pull/393 . I'm no GIL expert, but I'm doing my best 馃槄 Hoping to reach anyone with skill in the managing the #GIL , #C and #CGO . Boosts appreciated!

Fix memory leaks & crashes when loading multiple Go extensions in one Python process by b-long 路 Pull Request #393 路 go-python/gopy
Relates-to: #392 Fixes: #385 Fixes: #370 I took Scusemua's two commits in #361 as a base and built a broader set of fixes on top, covering memory leaks, GC coordination, and shared library con...