Sourced from multidict's releases.
6.4.2
Bug fixes
Fixed a segmentation fault when creating subclassed :py:class:
~multidict.MultiDictobjects on Python < 3.11 -- by :user:bdraco.The problem first appeared in 6.4.0
Related issues and pull requests on GitHub: #1141.
6.4.1
No change release of 6.4.0 since the attestations failed to upload to GitHub
6.4.0
Bug fixes
Fixed a memory leak creating new :class:
~multidict.istrobjects -- by :user:bdraco.The leak was introduced in 6.3.0
Related issues and pull requests on GitHub: #1133.
Fixed reference counting when calling :py:meth:
multidict.MultiDict.update-- by :user:bdraco.The leak was introduced in 4.4.0
Related issues and pull requests on GitHub: #1135.
Features
Switched C Extension to use heap types and the module state.
Related issues and pull requests on GitHub: #1125.
Started building armv7l wheels -- by :user:
bdraco.Related issues and pull requests on GitHub:
... (truncated)
Sourced from multidict's changelog.
6.4.2
(2025-04-09)
Bug fixes
Fixed a segmentation fault when creating subclassed :py:class:
~multidict.MultiDictobjects on Python < 3.11 -- by :user:bdraco.The problem first appeared in 6.4.0
Related issues and pull requests on GitHub: :issue:
1141.
6.4.1
(2025-04-09)
No significant changes.
6.4.0
(2025-04-09)
Bug fixes
Fixed a memory leak creating new :class:
~multidict.istrobjects -- by :user:bdraco.The leak was introduced in 6.3.0
Related issues and pull requests on GitHub: :issue:
1133.Fixed reference counting when calling :py:meth:
multidict.MultiDict.update-- by :user:bdraco.
... (truncated)
fe79f97
Release 6.4.2 (#1142)21a6e93
Fix segfault in PyType_GetModuleByDef for Python < 3.11 (#1141)2c0d458
Release 6.4.1 (#1139)caf98ba
Increase deploy timeout to 15 minutes (#1138)c707925
Release 6.4.0 (#1137)78761cf
Fix memory leak creating new istr objects (#1133)e1dee30
Start building armv7l wheels (#1127)f7febaa
Fix ref leak when calling update (#1135)9850454
[pre-commit.ci] pre-commit autoupdate (#1129)910a498
Refactor test_leaks to drop dead code (#1136)