The newest bug fix release 5.4.1 is available at https://bitbucket.org/pypy/pypy/downloads
Please download and try them out, especially the source tarballs.

Whats new?
- Update list of contributors in documentation and LICENSE file, this was unfortunately left out of 5.4.0
- Allow tests run with -A to find libm.so even if it is a script not a dynamically loadable file
- Bump sys.setrecursionlimit() when translating PyPy, for translating with CPython
- Tweak a float comparison with 0 in backendopt.inline to avoid rounding errors
- Fix for issue # 2388, where os.access() accepted a float for mode
- Fix for issue # 2389, where unicode.decode('utf8', 'custom_replace') messed up the last byte of a unicode string sometimes
- Update cffi to the soon-to-be-released 1.8.1 version
- Explicitly detect that we found OpenSSL 1.1, and crash translation with a message asking for help porting it

The setrecursionlimit fix is the main reason we are doing this release, please make sure this version builds on your platform.
Thanks,
Matti

_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to