Go to file
Dominique Leuenberger 67be7bad4c Accepting request 819616 from devel:languages:python
- Update TO 0.29.21
 * Fix a regression in 0.29.20 where __div__ failed to be found in extension types
 * Fix a regression in 0.29.20 where a call inside of a finally clause could
    fail to compile
 * Zero-sized buffers could fail to validate as C/Fortran-contiguous.
 * exec() did not allow recent Python syntax features in Py3.8+
    due to https://bugs.python.org/issue35975
 * Binding staticmethods of Cython functions were not behaving like
    Python methods in Py3
 * Pythran calls to NumPy methods no longer generate useless method lookup code.
 * The PyUnicode_GET_LENGTH() macro was missing from the cpython.* declarations
 * The deprecated PyUnicode_*() C-API functions are no longer used, except
    for Unicode strings that contain lone surrogates. Unicode strings that
    contain non-BMP characters or surrogate pairs now generate different C
    code on 16-bit Python 2.x Unicode deployments (such as MS-Windows).
    Generating the C code on Python 3.x is recommended in this case
 * Some template parameters were missing from the C++ std::unordered_map declaration
 * Several internal code generation issues regarding temporary variables were resolved

OBS-URL: https://build.opensuse.org/request/show/819616
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=57
2020-07-15 10:03:48 +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.21.tar.gz - Update TO 0.29.21 2020-07-08 22:40:39 +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 - Update TO 0.29.21 2020-07-08 22:40:39 +00:00
python-Cython.spec - Update TO 0.29.21 2020-07-08 22:40:39 +00:00