What’s new in PyPy3 5.7+

Use “<python> -m test” to run the CPython test suite, as documented by CPython, instead of our outdated regrverbose.py script.

Enable the ‘faulthandler’ module on Windows; this unblocks the Python test suite.

Implement posix.posix_fallocate() and posix.posix_fadvise()

Fix for different posix primitives on MacOS

Internal refactoring of memoryviews and buffers, fixing some related performance issues.

Add sched_get min/max to rposix