forked from pool/python-Cython
Accepting request 204137 from home:dirkmueller:branches:devel:languages:python
- update to 0.19.2: * Some standard declarations were fixed or updated, including the previously incorrect declaration of ``PyBuffer_FillInfo()`` and some missing bits in ``libc.math``. * Heap allocated subtypes of ``type`` used the wrong base type struct at the C level. * Calling the unbound method dict.keys/value/items() in dict subtypes could call the bound object method instead of the unbound supertype method. * "yield" wasn't supported in "return" value expressions. * Using the "bint" type in memory views lead to unexpected results. It is now an error. * Assignments to global/closure variables could catch them in an illegal state while deallocating the old value. OBS-URL: https://build.opensuse.org/request/show/204137 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=35
This commit is contained in:
committed by
Git OBS Bridge
parent
32706eaef3
commit
96a481b360
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 12:13:57 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 0.19.2:
|
||||
* Some standard declarations were fixed or updated, including the previously
|
||||
incorrect declaration of ``PyBuffer_FillInfo()`` and some missing bits in
|
||||
``libc.math``.
|
||||
|
||||
* Heap allocated subtypes of ``type`` used the wrong base type struct at the
|
||||
C level.
|
||||
|
||||
* Calling the unbound method dict.keys/value/items() in dict subtypes could
|
||||
call the bound object method instead of the unbound supertype method.
|
||||
|
||||
* "yield" wasn't supported in "return" value expressions.
|
||||
|
||||
* Using the "bint" type in memory views lead to unexpected results.
|
||||
It is now an error.
|
||||
|
||||
* Assignments to global/closure variables could catch them in an illegal state
|
||||
while deallocating the old value.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 11 17:06:20 UTC 2013 - p.drouand@gmail.com
|
||||
|
||||
|
Reference in New Issue
Block a user