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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user