Commit Graph

4 Commits

Author SHA1 Message Date
Jonas Adler
fc0ca71903 Fix crash when calling buffer.request multiple times
buffer.request now creates a temporary Py_buffer instead of a pointer.
This reduces the probability of misstakes, and stops a segfault when
buffer.request was called twice.

Also add build folder to gitignore.
2015-12-22 15:23:13 +01:00
Wenzel Jakob
929fd7e694 PyPI setup.py file; v1.0 release 2015-10-15 22:21:50 +02:00
Wenzel Jakob
bd4a529319 more flexible function creation syntax 2015-07-11 18:55:41 +02:00
Wenzel Jakob
38bd71134a Initial commit 2015-07-09 15:27:32 +02:00