forked from pool/python-Cython
Accepting request 813392 from home:polslinux:branches:devel:languages:python
- Update to 0.29.20 * Nested try-except statements with multiple return statements could crash due to incorrect deletion of the except as target variable. * The @classmethod decorator no longer rejects unknown input from other decorators. * Fused types could leak into unrelated usages. Patch by David Woods. * Now uses Py_SET_SIZE() and Py_SET_REFCNT() in Py3.9+ to avoid low-level write access to these object field * The built-in abs() function could lead to undefined behaviour when used on the negative-most value of a signed C integer type * Usages of sizeof() and typeid() on uninitialised variables no longer produce a warning * The C++ typeid() function was allowed in C mode * The error position reported for errors found in f-strings was misleading * The new c_api_binop_methods directive was added for forward compatibility, but can only be set to True (the current default value). It can be disabled in Cython 3.0 OBS-URL: https://build.opensuse.org/request/show/813392 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=143
This commit is contained in:
committed by
Git OBS Bridge
parent
f3688c2e2d
commit
085d85a441
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-Cython
|
||||
Version: 0.29.19
|
||||
Version: 0.29.20
|
||||
Release: 0
|
||||
Summary: The Cython compiler for writing C extensions for the Python language
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user