Opened 17 months ago
Closed 17 months ago
#21082 closed enhancement (fixed)
psutil-7.0.0 (Python module)
| Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.3 |
| Component: | BOOK | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New major version. Marking for 12.3, but we need to be careful for a new major version.
This is only used for llvm tests and for plasma.
Change History (4)
comment:1 by , 17 months ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 17 months ago
comment:3 by , 17 months ago
7.0.0 - 2025-02-13
Enhancements
- 669_, [Windows]:
net_if_addrs()_ also returns thebroadcastaddress instead ofNone. - 2480_: Python 2.7 is no longer supported. Latest version supporting Python
2.7 is psutil 6.1.X. Install it with:
pip2 install psutil==6.1.*. - 2490_: removed long deprecated
Process.memory_info_ex()method. It was deprecated in psutil 4.0.0, released 8 years ago. Substitute isProcess.memory_full_info().
Bug fixes
- 2496_, [Linux]: Avoid segfault (a cPython bug) on
Process.memory_maps()for processes that use hundreds of GBs of memory. - 2502_, [macOS]:
virtual_memory()_ now relies onhost_statistics64instead ofhost_statistics. This is the same approach used byvm_statCLI tool, and should grant more accurate results.
Compatibility notes
- 2480_: Python 2.7 is no longer supported.
- 2490_: removed long deprecated
Process.memory_info_ex()method.
comment:4 by , 17 months ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed at commits
da2762f421 Update to php-8.4.4. b0a366f727 Update to numpy-2.2.3 (Python module). 76b071bbd8 Update to psutil-7.0.0 (Python module). a06d1d2d8e Update to sentry_sdk-2.21.0 (Python module).
Note:
See TracTickets
for help on using tickets.

There seems a new test dependency: