14
0
forked from pool/python-Cython

- update to 0.29.15

* Crash when returning a temporary Python object from an async-def function.
 * Crash when using **kwargs in generators.
 * Double reference free in __class__ cell handling for super() calls.
 * Compile error when using *args as Python class bases.
 * Fixed C name collision in the auto-pickle code
 * Deprecated import failed in Python 3.9

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=135
This commit is contained in:
2020-02-18 16:46:57 +00:00
committed by Git OBS Bridge
parent bb0ba6f5ac
commit 79aa5001cf
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Feb 18 16:45:37 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.29.15
* Crash when returning a temporary Python object from an async-def function.
* Crash when using **kwargs in generators.
* Double reference free in __class__ cell handling for super() calls.
* Compile error when using *args as Python class bases.
* Fixed C name collision in the auto-pickle code
* Deprecated import failed in Python 3.9
-------------------------------------------------------------------
Sat Nov 16 16:44:06 UTC 2019 - Arun Persaud <arun@gmx.de>