forked from pool/python-Cython
Accepting request 1306531 from home:mcalabkova:branches:devel:languages:python
- Update to 3.1.4 * Declarations for the new PyUnstable_*() refcounting C-API functions in Py3.14 were added. * The monitoring code could crash on tracing. * Initialising the monitoring code could fail with a CPython exception. * Optimised integer shifting triggered undefined behaviour in C. * Deallocating objects that inherit from external types defined in pxd files could run into an infinite loop. * A reference to metaclasses could be leaked on instantiation. * (Unlikely) error handling during empty builtin container tests was ineffective. * Generated *_api.h files used potentially unknown Cython configuration macros. * cythonize() avoids parallel compiler runs on systems using spawn() in multiprocessing. * The @cython.ufunc decorator was missing in type checker stubs. OBS-URL: https://build.opensuse.org/request/show/1306531 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=211
This commit is contained in:
4
python-Cython-rpmlintrc
Normal file
4
python-Cython-rpmlintrc
Normal file
@@ -0,0 +1,4 @@
|
||||
addFilter('devel-file-in-non-devel-package .*/Cython/.*')
|
||||
addFilter('devel-dependency python39-devel')
|
||||
addFilter('devel-dependency python310-devel')
|
||||
addFilter('devel-dependency python311-devel')
|
Reference in New Issue
Block a user