Skip to content

Commit 8bcdf6b

Browse files
author
Randall C. O'Reilly
committed
updated readme -- fixes #238
1 parent 27267b0 commit 8bcdf6b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gopy
77

88
`gopy` generates (and compiles) a `CPython` extension module from a `go` package.
99

10-
This is a newly-improved version that works with current (e.g., 1.12) versions of Go, and uses unique int64 handles to interface with python, so that no pointers are interchanged, making everything safe for the more recent moving garbage collector.
10+
This is an improved version that works with current versions of Go (e.g., 1.15 -- should work with any future version going forward), and uses unique int64 handles to interface with python, so that no pointers are interchanged, making everything safe for the more recent moving garbage collector.
1111

1212
It also supports python modules having any number of Go packages, and generates a separate .py module file for each package, which link into a single common binding library. It has been tested extensively on reproducing complex Go code in large libraries -- most stuff "just works". For example, the [GoGi](https://github.com/goki/gi) GUI library is fully usable from python now (do `make; make install` in the python directory there, and try the `examples/widgets/widgets.py` demo).
1313

@@ -225,10 +225,6 @@ $ docker run -it --rm go-python/gopy
225225
To know what features are supported on what backends, please refer to the
226226
[Support matrix ](https://github.com/go-python/gopy/blob/master/SUPPORT_MATRIX.md).
227227
228-
## Limitations
229-
230-
- Windows completely untested, likely needs something special.
231-
232228
## Contribute
233229
234230
`gopy` is part of the `go-python` organization and licensed under `BSD-3`.

0 commit comments

Comments
 (0)