File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11*Bug tracker at https://github.com/giampaolo/psutil/issues *
22
3- 7.2.0 (IN DEVELOPMENT)
4- ======================
3+ 7.2.0
4+ =====
55
6- XXXX-XX-XX
6+ 2025-12-23
77
88**Enhancements **
99
1010- 1275 _: new `heap_info() `_ and `heap_trim() `_ functions, providing direct
11- access to the platform's native C heap allocator. Useful to create tools to
12- detect memory leaks.
11+ access to the platform's native C heap allocator (glibc, mimalloc,
12+ libmalloc). Useful to create tools to detect memory leaks.
1313- 2403 _, [Linux]: publish wheels for Linux musl.
1414- 2680 _: unit tests are no longer installed / part of the distribution. They
1515 now live under `tests/ ` instead of `psutil/tests `.
@@ -18,8 +18,8 @@ XXXX-XX-XX
1818
1919* 2684 _, [FreeBSD], [critical]: compilation fails on FreeBSD 14 due to missing
2020 include.
21- * 2691 _, [Windows]: fix memory leak in `net_if_stats() `_ memory leak due to
22- missing ``Py_CLEAR ``.
21+ * 2691 _, [Windows]: fix memory leak in `net_if_stats() `_ due to missing
22+ ``Py_CLEAR ``.
2323
2424**Compatibility notes **
2525
Original file line number Diff line number Diff line change @@ -2753,7 +2753,7 @@ If you want to develop psutil take a look at the `DEVGUIDE.rst`_.
27532753Platforms support history
27542754=========================
27552755
2756- * psutil 7.2.0 (XXXX-XX ): publish wheels for Linux musl
2756+ * psutil 7.2.0 (2025-12 ): publish wheels for Linux musl
27572757* psutil 7.1.2 (2025-10): publish wheels for free-threaded Python
27582758* psutil 7.1.2 (2025-10): no longer publish wheels for 32-bit Python
27592759 (**Linux ** and **Windows **)
You can’t perform that action at this time.
0 commit comments