Skip to content

example project for learning about a cython memory error.

Notifications You must be signed in to change notification settings

neontty/cython_memory_example1

Repository files navigation

Getting Started

./make_venv.sh
source venv/bin/activate
make 
./valgrind_main.sh
less valgrind.out

#Notes

You may have to change the -lpythonX.X flag in the g++ line in the Makefile to get it to compile for your version of python

required packages:

g++
valgrind
python3-dev

About

example project for learning about a cython memory error.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published