diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-24 10:02:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-24 10:02:23 +0000 |
commit | b57f9ac65f79d6bbac785b3d2c80a89f08805eba (patch) | |
tree | 76adecdc689a4c993d1484470e5b86a3fc5671c0 /ham | |
parent | ed7873fedc604334b73bde5d037246432c689628 (diff) | |
download | pkgsrc-b57f9ac65f79d6bbac785b3d2c80a89f08805eba.tar.gz |
py-multidict: update to 6.0.0.
Features
--------
- Use ``METH_FASTCALL`` where it makes sense.
``MultiDict.add()`` is 2.2 times faster now, ``CIMultiDict.add()`` is 1.5 times faster.
The same boost is applied to ``get*()``, ``setdefault()``, and ``pop*()`` methods. (:issue:`681`)
Bugfixes
--------
- Fixed type annotations for keys of multidict mapping classes. (:issue:`644`)
- Support Multidict[int] for pure-python version.
``__class_getitem__`` is already provided by C Extension, making it work with the pure-extension too. (:issue:`678`)
Deprecations and Removals
-------------------------
- Dropped Python 3.6 support (:issue:`680`)
Diffstat (limited to 'ham')
0 files changed, 0 insertions, 0 deletions