factory
- update to 6.6:
* Add support for automatically building and publishing
Windows/ARM64 wheels.
* Add support for automatically building and publishing source
distributions.
* Fix compilation on free-threaded Python 3.14t: replace direct
ob_refcnt / ob_type struct access with Py_REFCNT() /
Py_TYPE() API macros, fix Py_BuildValue format strings for
Py_ssize_t.
* Fix infinite recursion crash in Per_dealloc on free-threaded
Python 3.14t caused by PyDict_GetItem internally
INCREF/DECREF'ing values in the pickle cache dict that holds
stolen (uncounted) references.
* Add CI testing for free-threaded Python 3.14t (Linux).
OBS-URL: https://build.opensuse.org/request/show/1353868
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-persistent?expand=0&rev=21
Description
No description provided
Languages
RPM Spec
100%