Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix python 3.10 support in vendored in cgroupspy
The cgrouppspy is not Python 3.10 compliant due to Iterable being imported directly from collections. This is captured in cloudsigma/cgroupspy#13 We fix it in our vendored-in version of cgroupspy until hopefully new version of it is released. This is part of the effort needed to implement Python 3.10 compatibility: #22050
- Loading branch information