18 Aug
2025
18 Aug
'25
3:55 p.m.
Current python code uses this to implement getppid() afaict, but it's using Pss* exports directly so it's curious how such stub helps. First function it's using is PssCaptureSnapshot(). It appears to be a change between 3.11.0 and 3.12.0. Official 3.12.0 also link to Pss* exports directly. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8779#note_113070