Skip to content

Commit 0a5392a

Browse files
author
adam
committed
py-multidict: updated to 6.7.1
6.7.1 Bug fixes - Fixed slow memory leak caused by identity by adding ``Py_DECREF`` to identity value before leaving ``md_pop_one`` on success
1 parent 5c17cd0 commit 0a5392a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

databases/py-multidict/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.41 2025/10/12 18:18:09 wiz Exp $
1+
# $NetBSD: Makefile,v 1.42 2026/01/26 09:13:18 adam Exp $
22

3-
DISTNAME= multidict-6.7.0
3+
DISTNAME= multidict-6.7.1
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= databases python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=m/multidict/}

databases/py-multidict/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.38 2025/10/12 18:18:09 wiz Exp $
1+
$NetBSD: distinfo,v 1.39 2026/01/26 09:13:18 adam Exp $
22

3-
BLAKE2s (multidict-6.7.0.tar.gz) = b08b33004905de634b9aa11fc1eddbabd862952f3173c30921d6577a4dde3ac1
4-
SHA512 (multidict-6.7.0.tar.gz) = b76001501b23bf51ce8ab8d10bbf84103dfbe106eedd15c7c512f9adca6f16a60edb208bafbda7a3c118c43aa4297cbac7daea24e7efbb2115688452585a3082
5-
Size (multidict-6.7.0.tar.gz) = 101834 bytes
3+
BLAKE2s (multidict-6.7.1.tar.gz) = 952940ebb50b25b211dea5d4371a4436986617d713b3cf3b3572958a0777b78e
4+
SHA512 (multidict-6.7.1.tar.gz) = 9da26d479ea5464e6464988ff5d1ba3efa2890c7b400d013e23f5757f803dca8d74c0225c14d405fadfcb5047f5bb3fb2c2d3370848f33a6e1441d43ff86253d
5+
Size (multidict-6.7.1.tar.gz) = 102010 bytes

0 commit comments

Comments
 (0)