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.