Commit 5e37df05 authored by Stefan Behnel's avatar Stefan Behnel

merge 0.20.x branch into master

parents ce98ed57 58c7a899
......@@ -102,5 +102,5 @@ e.g.::
# On error (mem is NULL), the originally memory has not been freed.
self.data = mem
def __dealloc__(self, number):
def __dealloc__(self):
PyMem_Free(self.data) # no-op if self.data is NULL
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