|
Ran
|
Jobs
1
|
Files
28
|
Run time
1min
|
Badge
README BADGES
|
push
github
Bump psutil from 7.1.2 to 7.1.3 (#1268) Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.2 to 7.1.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/giampaolo/psutil/blob/master/HISTORY.rst">psutil's changelog</a>.</em></p> <blockquote> <h1>7.1.3</h1> <p>2025-11-02</p> <p><strong>Enhancements</strong></p> <ul> <li>2667_: enforce <code>clang-format</code> on all C and header files. It is now the mandatory formatting style for all C sources.</li> <li>2672_, [macOS], [BSD]: increase the chances to recognize zombie processes and raise the appropriate exception (<code>ZombieProcess</code>_).</li> <li>2676_, 2678_: replace unsafe <code>sprintf</code> / <code>snprintf</code> / <code>sprintf_s</code> calls with <code>str_format()</code>. Replace <code>strlcat</code> / <code>strlcpy</code> with safe <code>str_copy</code> / <code>str_append</code>. This unifies string handling across platforms and reduces unsafe usage of standard string functions, improving robustness.</li> </ul> <p><strong>Bug fixes</strong></p> <ul> <li>2674_, [Windows]: <code>disk_usage()</code>_ could truncate values on 32-bit platforms, potentially reporting incorrect total/free/used space for drives larger than 4GB.</li> <li>2675_, [macOS]: <code>Process.status()</code>_ incorrectly returns "running" for 99% of the processes.</li> <li>2677_, [Windows]: fix MAC address string construction in <code>net_if_addrs()</code>_. Previously, the MAC address buffer was incorrectly updated using a fixed increment and <code>sprintf_s</code>, which could overflow or misformat the string if the MAC length or formatting changed. Also, the final '\n' was inserted unnecessarily.</li> <li>2679_, [OpenBSD], [NetBSD], [critical]: can't build due to C syntax error.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/giampaolo/psutil/commit/5904ff94e"><code>5904f... (continued)
616 of 616 branches covered (100.0%)
Branch coverage included in aggregate %.
3839 of 3990 relevant lines covered (96.22%)
1.92 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | MyPy - 19127031155.1 | 56 |
96.72 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|