mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-07 17:54:39 +08:00
python : fix memory leak from cython (#81)
This commit is contained in:
@@ -7,7 +7,7 @@ ggwave:
|
||||
|
||||
pyggwave.bycython.cpp: ggwave.pyx cggwave.pxd
|
||||
python -m pip install cython
|
||||
cython --cplus ggwave.pyx -o ggwave.bycython.cpp
|
||||
cython --cleanup=3 --cplus ggwave.pyx -o ggwave.bycython.cpp
|
||||
|
||||
# To build package, README.rst is needed, because it goes into long description of package,
|
||||
# which is what is visible on PyPI.
|
||||
|
||||
Reference in New Issue
Block a user