What’s new in PyPy2.7 5.10¶
Cleanup and improve cppyy packaging
Add a smartstrip tool, which can optionally keep the debug symbols in a separate file, instead of just stripping them away. Use it in packaging
Fix failures on FreeBSD, contributed by David Naylor as patches on the issue tracker (issues 2694, 2695, 2696, 2697)
Run extra_tests/ in buildbot
Upgrade the _vmprof backend to vmprof 0.4.10
Fix a vmprof+continulets (i.e. greenelts, eventlet, gevent, …)
Make it possible to declare that the hash function of an r_dict is fast in RPython.