You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# CHANGELOG
2
2
3
3
4
-
## v0.7.16 (2025-05-28)
4
+
## v0.7.17 (2025-07-05)
5
5
6
6
### :bug:
7
7
@@ -19,6 +19,10 @@
19
19
20
20
### Other
21
21
22
+
* call Py_XDECREF on matches list in ch_match_handler to prevent a memory leak ([`3c47872`](https://github.com/darvid/python-hyperscan/commit/3c47872a9278f7f65ecf29665a3b75f4f31d8872))
23
+
24
+
* Py_DECREF & Py_XDECREF calls must hold the GIL ([`fd0fa26`](https://github.com/darvid/python-hyperscan/commit/fd0fa266e80460df69d908d41eb4118fda07c006))
25
+
22
26
* extension: guard against NULL / PyNone scratch in Database_dealloc
0 commit comments