issues
search
go-python
/
gopy
gopy generates a CPython extension module from a go package.
BSD 3-Clause "New" or "Revised" License
2.05k
stars
113
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Returning string from Python callback to Go - and PyBytes_AsString() SIGSEGV
#366
nickeygit
opened
3 days ago
0
Add gopy version to generated header
#365
matejsp
opened
1 week ago
0
Support for python 3.13 free threaded
#364
matejsp
opened
1 week ago
0
Cannot perform cross-platform builds darwin/arm64->linux/amd64
#363
sammy-hughes
opened
2 months ago
0
text/template/parse
#362
zokrezyl
opened
4 months ago
0
Addressing Incorrect Handling of Python GIL that Leads to a SEGFAULT
#361
Scusemua
opened
4 months ago
1
A function that returns a []map[string]interface{} is incorrect for integer types
#360
richecr
opened
4 months ago
0
Creating Python bytes from a 0-length Golang bytes (Slice_bytes) crashes
#359
Scusemua
opened
4 months ago
0
Unstoppable program: CSignal: interrupt not received
#358
divad1196
opened
4 months ago
0
Cannot use interface methods when returned through function returning `[]Interface` type
#357
Jackenmen
opened
4 months ago
0
Cannot use ldflags to set build-time go variables
#356
andytynan
opened
5 months ago
0
unconditional use strings.TrimSuffix
#355
testwill
opened
6 months ago
0
appveyor cannot find pybindgen
#354
rcoreilly
opened
6 months ago
1
Replacement c.long(size) for c.longlong(size)
#353
Inotart
closed
6 months ago
2
cannot use _Ctype_long(size) (value of type _Ctype_long) as _Ctype_longlong value in argument to (_Cfunc_PyBytes_FromStringAndSize)
#352
Inotart
opened
7 months ago
3
Adds missing pointer reference for slices along with test
#351
EvanOman
closed
6 months ago
2
Fix `handleFromPtr` missing Reference in Maps
#350
EvanOman
closed
7 months ago
1
Invalid #cgo CFLAGS / Invalid #cgo LDFLAGS on Windows for path with space
#349
Igor-Kholupko
closed
7 months ago
1
Type aliases points to the underlying type not the root one, this cause issues where the autogenerated go package does not build if it links to internal packages.
#348
Jorropo
opened
9 months ago
4
fix panic when packaged go code relies on structural typing
#347
Jorropo
closed
7 months ago
1
Can't return a slice of slices ([][]bool)
#346
moritz157
closed
7 months ago
3
Methods with two outputs are expected to return an error, methods aren't visible from python
#345
chibitanaka
opened
10 months ago
0
[]byte Parameter Results in Unexpected Integer Type
#344
krypton-byte
opened
11 months ago
1
gopy doesn't ignore internal package
#343
Sanix-Darker
closed
7 months ago
2
Efficient copies of bytes
#342
NoamK-CR
closed
7 months ago
3
Generate const documentation.
#341
psha-
closed
11 months ago
2
No consts documentation is generated
#340
psha-
closed
11 months ago
0
Add hacktoberfest topic
#339
richecr
closed
11 months ago
0
fix __next__ function
#338
richecr
closed
11 months ago
3
fmt.Stringer on the Go side didn't get called properly from __str__ on the Python side.
#337
yangzh
closed
7 months ago
1
Enhancement request: enable manylinux builds
#336
brosenfi
opened
1 year ago
0
chore: use xxx.String() instead of string(xxx.Bytes())
#335
testwill
closed
11 months ago
1
chore: remove refs to deprecated io/ioutil
#334
testwill
closed
11 months ago
0
cross-platform generation of Python bindings
#333
yangzh
closed
1 year ago
1
gopy: only one function signature arg allowed
#332
mauserzjeh
opened
1 year ago
1
Build error on Windows10
#331
mauserzjeh
closed
1 year ago
2
bind: fixed LDFLAGS on windows if python include path contains capital letters
#330
foxever
closed
11 months ago
1
Panic when function returns a map of non-pointer structs
#329
chalkytoast
closed
7 months ago
2
Best way to pass data chunks (bytes, bytearray)?
#328
morgenroth
closed
1 year ago
1
"go": cannot run executable found relative to current directory
#327
JanEricNitschke
closed
1 year ago
3
Build constraints exclude all Go files in
#326
JanEricNitschke
closed
1 year ago
1
Windows build broke without the sed hack
#325
vmarkovtsev
closed
11 months ago
0
Enforce the extension module in setup.py
#324
vmarkovtsev
closed
1 year ago
3
Allow for fetching entire `[]byte` slice as `bytes`
#323
deuill
closed
7 months ago
5
all: drop python2 support
#322
sbinet
closed
1 year ago
1
cmd: remove dependency on sed
#321
sbinet
closed
1 year ago
0
all: bump x/tools, x/mod and x/sys
#320
sbinet
closed
1 year ago
0
How hard would it be to generate C bindings instead of Python bindings?
#319
hwittenborn
opened
1 year ago
1
Build Dummy Example Failed in MacOS M1
#318
dusty-cjh
opened
1 year ago
3
When calling a Go function that returns multiple values that aren't errors, store it in a tuple
#317
Keithcat1
opened
1 year ago
0
Next