Document difference with CPython in shutdown
On shutdown, CPython will carefully do stuff to free memory and call remaining finalizers. PyPy doesn’t, it just flushes buffers and closes files. That’s not documented in cpython_differences.rst
and it should be.