PyPy 7.2 released
This release removes the 'beta' tag from PyPy3.6. While there may still be some small corner-case incompatibilities (around the exact error messages in exceptions and the handling of faulty codec errorhandlers) we are happy with the quality of the 3.6 series and are looking forward to working on a Python 3.7 interpreter."
Posted Oct 17, 2019 14:14 UTC (Thu)
by mgedmin (subscriber, #34497)
[Link] (1 responses)
cd /path/to/where/you/extracted/the/pypy/release/tarball
It takes a second and fixes the problem!
Posted Oct 24, 2019 9:21 UTC (Thu)
by njs (subscriber, #40338)
[Link]
libssl.so incompatibility workaround
cd lib_pypy
../bin/pypy _ssl_build.py # for pypy2.7 v7.2.0
../bin/pypy3 _ssl_build.py # for pypy 3.6 v7.2.0
libssl.so incompatibility workaround