We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22933c commit 430072fCopy full SHA for 430072f
global_data.go
@@ -75,7 +75,6 @@ type globalData struct {
75
76
var (
77
global *globalData
78
- once sync.Once
79
)
80
81
func getGlobalData() *globalData {
python.go
@@ -1,7 +1,7 @@
1
package gp
2
3
/*
4
-#cgo pkg-config: python-3.12-embed
+#cgo pkg-config: python3-embed
5
#include <Python.h>
6
*/
7
import "C"
0 commit comments