Page MenuHomeSolus

Update python-psutil to 5.6.7
ClosedPublic

Authored by algent on Nov 18 2019, 6:13 PM.
Tags
None
Referenced Files
F11028372: D7668.id18406.diff
Wed, Aug 9, 6:24 AM
F10992381: D7668.diff
Tue, Jul 25, 9:27 AM
F10929799: D7668.id.diff
Jul 11 2023, 8:47 AM
F10828148: D7668.id18560.diff
Jun 4 2023, 8:34 AM
F10805693: D7668.id18547.diff
May 29 2023, 9:38 PM
F10797143: D7668.id18548.diff
May 28 2023, 4:30 AM
F10779337: D7668.id.diff
May 24 2023, 4:27 PM
F10749838: D7668.id18406.diff
May 16 2023, 4:25 AM
Subscribers

Details

Summary

Summarized Changelog:

  • remove pyproject.toml as it was causing installation issues.
  • added Process.cpu_times().iowait counter, which is the time spent waiting for blocking I/O to complete.
  • add PEP 517/8 build backend and requirements specification for better pip integration.
  • 'type' and 'family' fields returned by net_connections() are not always turned into enums.
  • use CC compiler env var if defined.
  • Process cmdline() now takes into account misbehaving processes renaming the command line and using inappropriate chars to separate args.
  • use of Py_DECREF instead of Py_CLEAR will result in double free and segfault (CVE)

Signed-off-by: Algent Albrahimi <algent@protonmail.com>

Test Plan

Run rapid-photo-downloader, menulibre and glances.

Diff Detail

Repository
R2651 python-psutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

JoshStrobl added a subscriber: JoshStrobl.

You need to be using the Phabricator stack functionality to indicate that the rapid-photo-downloader patch requires these updates.

This revision now requires changes to proceed.Nov 21 2019, 1:35 PM

Added to the stack as rapid-photo-downloader dependency.

algent retitled this revision from Update python-psutil to 5.6.5 to Update python-psutil to 5.6.7.
algent edited the summary of this revision. (Show Details)

Edited changelog

This revision is now accepted and ready to land.Nov 29 2019, 1:44 AM
This revision was automatically updated to reflect the committed changes.