forked from pool/python-cffi
- Update to 1.14.0
* ffi.dlopen() can now be called with a handle (as a void *) to an already-opened C library. * fixed a stack overflow issue for calls like lib.myfunc([large list]). * fixed a memory leak inside ffi.getwinerror() on CPython 3.x. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=69
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 14:58:25 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- Update to 1.14.0
|
||||
* ffi.dlopen() can now be called with a handle (as a void *) to an already-opened C library.
|
||||
* fixed a stack overflow issue for calls like lib.myfunc([large list]).
|
||||
* fixed a memory leak inside ffi.getwinerror() on CPython 3.x.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 18 20:21:04 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user