forked from pool/python-Cython
Accepting request 808014 from home:polslinux:branches:devel:languages:python
- Update to 0.29.19 * Exception position reporting could run into race conditions on threaded code. It now uses function-local variables again. * Error handling early in the module init code could lead to a crash. * Error handling in cython.array creation was improved to avoid calling C-API functions with an error held. * A memory corruption was fixed when garbage collection was triggered during calls to PyType_Ready() of extension type subclasses. (Github issue #3603) * Memory view slicing generated unused error handling code which could negatively impact the C compiler optimisations for parallel OpenMP code etc. Also, it is now helped by static branch hints. (Github issue #2987) * Cython's built-in OpenMP functions were not translated inside of call arguments. Original patch by Celelibi and David Woods. (Github issue #3594) * Complex buffer item types of structs of arrays could fail to validate. * Decorators were not allowed on nested async def functions. * C-tuples could use invalid C struct casting. Patch by MegaIng. * Optimised %d string formatting into f-strings failed on float values. * Optimised aligned string formatting (%05s, %-5s) failed. * Three missing timedelta access macros were added in cpython.datetime. * The signature of the NumPy C-API function PyArray_SearchSorted() was fixed OBS-URL: https://build.opensuse.org/request/show/808014 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=141
This commit is contained in:
committed by
Git OBS Bridge
parent
2f609cd28c
commit
f3688c2e2d
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 21 15:16:20 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 0.29.19
|
||||
* Exception position reporting could run into race conditions on threaded code.
|
||||
It now uses function-local variables again.
|
||||
* Error handling early in the module init code could lead to a crash.
|
||||
* Error handling in cython.array creation was improved to avoid calling C-API
|
||||
functions with an error held.
|
||||
* A memory corruption was fixed when garbage collection was triggered during
|
||||
calls to PyType_Ready() of extension type subclasses. (Github issue #3603)
|
||||
* Memory view slicing generated unused error handling code which could negatively
|
||||
impact the C compiler optimisations for parallel OpenMP code etc.
|
||||
Also, it is now helped by static branch hints. (Github issue #2987)
|
||||
* Cython's built-in OpenMP functions were not translated inside of call arguments.
|
||||
Original patch by Celelibi and David Woods. (Github issue #3594)
|
||||
* Complex buffer item types of structs of arrays could fail to validate.
|
||||
* Decorators were not allowed on nested async def functions.
|
||||
* C-tuples could use invalid C struct casting. Patch by MegaIng.
|
||||
* Optimised %d string formatting into f-strings failed on float values.
|
||||
* Optimised aligned string formatting (%05s, %-5s) failed.
|
||||
* Three missing timedelta access macros were added in cpython.datetime.
|
||||
* The signature of the NumPy C-API function PyArray_SearchSorted() was fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 07:29:52 UTC 2020 - Johannes Grassler <johannes.grassler@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user