15
0
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:
2020-02-24 14:59:21 +00:00
committed by Git OBS Bridge
parent c4413bb1dd
commit 5620af39cd
4 changed files with 15 additions and 10 deletions

View File

@@ -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>