-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(vendor): fix psutil getpagesize() for newer macos #3382
Conversation
@Mergifyio backport 0.x |
🟠 Waiting for conditions to match
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we even use these functions? Wonder if it's worth just trimming down our vendored psutil instead rather than trying to maintain all this code.
This is a great question. I actually don't know, but definitely worth looking into |
Newer versions of macos do not have `getpagesize()`, and instead `PAGE_SIZE` should be used. giampaolo/psutil#1794 (cherry picked from commit d9b9ad8)
✅ Backports have been created
|
Newer versions of macos do not have `getpagesize()`, and instead `PAGE_SIZE` should be used. giampaolo/psutil#1794 (cherry picked from commit d9b9ad8) Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com>
@Mergifyio backport 1.0 |
Newer versions of macos do not have `getpagesize()`, and instead `PAGE_SIZE` should be used. giampaolo/psutil#1794 (cherry picked from commit d9b9ad8) Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com> (cherry picked from commit b854fc2)
Newer versions of macos do not have `getpagesize()`, and instead `PAGE_SIZE` should be used. giampaolo/psutil#1794 (cherry picked from commit d9b9ad8)
✅ Backports have been created
|
… (#3388) Newer versions of macos do not have `getpagesize()`, and instead `PAGE_SIZE` should be used. giampaolo/psutil#1794 (cherry picked from commit d9b9ad8) Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com> (cherry picked from commit b854fc2) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Newer versions of macos do not have `getpagesize()`, and instead `PAGE_SIZE` should be used. giampaolo/psutil#1794 (cherry picked from commit d9b9ad8) Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com>
Newer versions of macos do not have
getpagesize()
, and insteadPAGE_SIZE
should be used.giampaolo/psutil#1794