Update compatible std libraries from the latest cpython
KOLANICH opened this issue · 2 comments
KOLANICH commented
Some libs in python from the latest cpython are compatible with the older releases. Some libs crash because of old stdlib libs, I have to fix it using cURL. I guess we should just find out what libs are compatible (download them all and run unit tests, if the tests fail - downgrade the lib) and use them.
tianon commented
We simply download and include whatever pypy itself packages -- is there an
explicit recommendation from upstream somewhere telling us to update stdlib
packages after doing so?
KOLANICH commented
is there an explicit recommendation from upstream somewhere telling us to update stdlib packages after doing so?
No, it's just my note that some packages from 3.7 work even on 3.4.