Commit 9f572351 authored by Lars Buitinck's avatar Lars Buitinck

DOC accidentally removed cimport malloc and free from example

parent 67b8e8f2
......@@ -98,7 +98,7 @@ __ nogil_
Example with thread-local buffers::
from cython.parallel import parallel, prange
from libc.stdlib cimport abort
from libc.stdlib cimport abort, malloc, free
cdef Py_ssize_t idx, i, n = 100
cdef int * local_buf
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment