mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-21 05:36:33 +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
|
pyggwave.bycython.cpp: ggwave.pyx cggwave.pxd
|
||||||
python -m pip install cython
|
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,
|
# To build package, README.rst is needed, because it goes into long description of package,
|
||||||
# which is what is visible on PyPI.
|
# which is what is visible on PyPI.
|
||||||
|
|||||||
Reference in New Issue
Block a user