Go to file
Tomáš Chvátal f3688c2e2d 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
2020-05-21 18:34:28 +00:00
.gitattributes - Update to version 0.15: 2011-09-02 09:55:13 +00:00
.gitignore - Update to version 0.15: 2011-09-02 09:55:13 +00:00
cython_use_imgmath.patch Accepting request 690771 from home:TheBlackCat:branches:devel:languages:python 2019-04-02 18:58:30 +00:00
Cython-0.29.19.tar.gz Accepting request 808014 from home:polslinux:branches:devel:languages:python 2020-05-21 18:34:28 +00:00
python-Cython-rpmlintrc Accepting request 532565 from home:TheBlackCat:branches:devel:languages:python 2017-10-08 12:52:05 +00:00
python-Cython.changes Accepting request 808014 from home:polslinux:branches:devel:languages:python 2020-05-21 18:34:28 +00:00
python-Cython.spec Accepting request 808014 from home:polslinux:branches:devel:languages:python 2020-05-21 18:34:28 +00:00