[Cython] PEP 489: Redesigning extension module loading

2015-04-16 Thread Stefan Behnel
Hi, I've been involved in redesigning a new protocol for importing extension modules, which might make it into CPython 3.5. I think it's now ready for general consideration. http://article.gmane.org/gmane.comp.python.import/508 It solves several issues with the current scheme and brings it much

[Cython] Possible bug: Memory leak issues when using cpython.array as memoryview and/or buffer in Python 2.7

2015-04-16 Thread Matt Graham
Hello, I'm filing this as a bug report here as the issue tracker is closed to anonymous users. ## Summary There seems to be a memory leak issue when using the buffer and memoryview support of the cpython.array Cython interface to the inbuilt Python array.array module. ## OS / Environment Ubunt