Stop using the PyObject_ allocation functions on PyPy altogether.
They take special linking (unlike CPython) because the PyPy maintainers don't want you using them. That leaves us without a way to add memory pressure from C on PyPy.
Showing
docs/changes/1569.removal
0 → 100644
Please register or sign in to comment