python : fix memory leak from cython (#81)

This commit is contained in:
Georgi Gerganov
2023-01-19 18:18:03 +02:00
parent bd10489d02
commit a2c0549d1b

View File

@@ -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.