Skip to content

Commit 704e218

Browse files
committed
Pre-release
1 parent 1a946cf commit 704e218

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

HISTORY.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2753,7 +2753,7 @@ If you want to develop psutil take a look at the `DEVGUIDE.rst`_.
27532753
Platforms 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**)

0 commit comments

Comments
 (0)