This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #28878: psutil doesn't build on recent Cygwin
psutil's Windows-related modules include some C headers that copy some Windows function and type declarations that are missing from public APIs. However, Cygwin includes the [http://mingw-w64.org/doku.php/contribute#win32_api_and_runtime win32 API headers from the MinGW project], which are more extensive. Cygwin recently updated to MinGW-w64 7.0 which added some new structs to those headers that happen to already be redefined in psutil, so the psutil Cygwin patch needs to be updated to account for this (it still works on Cygwin installations using the older win32 headers, but for new builds this will be a problem). URL: https://trac.sagemath.org/28878 Reported by: embray Ticket author(s): Erik Bray Reviewer(s): Volker Braun
- Loading branch information