- update to 6.7.1:
* Fixed slow memory leak caused by identity by adding Py_DECREF
to identity value before leaving md_pop_one on success -- by
:user:`Vizonex`. Related issues and pull requests on GitHub:
:issue:`1284`.
* Updated tests and added CI for CPython 3.14 -- by
:user:`kumaraditya303`. Related issues and pull requests on
GitHub: :issue:`1235`.
* Fixed MutliDict & CIMultiDict memory leak when deleting
values or clearing them -- by :user:`Vizonex` Related issues
and pull requests on GitHub: :issue:`1233`.
* The type preciseness coverage report generated by MyPy is now
uploaded to Coveralls and will not be included in the Codecov
views going forward -- by :user:`webknjaz`. Related issues
and pull requests on GitHub: :issue:`1122`, :issue:`1231`.
* Added memory leak test for popping or deleting attributes
from a multidict to prevent future issues or bogus claims. --
by :user:`Vizonex` Related issues and pull requests on
GitHub: :issue:`1233`.
* Fixed inconsistencies generated by the C implementation of
_md_shrink() which might later lead to assertion failures and
crash -- by :user:`Romain-Geissler-1A`. Related issues and
pull requests on GitHub: :issue:`1229`.
* Fixed a memory corruption issue in the C implementation of
_md_shrink() that could lead to segmentation faults and data
loss when items were deleted from a
:class:`~multidict.MultiDict`. The issue was an edge case in
the pointer arithmetic during the compaction phase -- by
:user:`bdraco`. Related issues and pull requests on GitHub:
:issue:`1221`, :issue:`1222`.
OBS-URL: https://build.opensuse.org/request/show/1346158
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-multidict?expand=0&rev=23
Description
No description provided
Languages
RPM Spec
100%