Oct. 25, 2019
7:49 a.m.
On 25/10/19 10:37 am, Michał Górny wrote:
- on default (for python2) change the DEFAULT_SOABI to track the pypy_version; so's will now be named .pypy-72.so (on py3.6 they are named filename.pypy3-72-x86_64-linux-gnu.so so they will not clash) Shouldn't this include the 3.6/3.7 version as well?
Yes, actually, thanks. They should be named {python tag}-{abi tag}-{platform tag}, so pypy36-pp72-x86_64-linux-gnu.so. I will make sure the python3.6/python3.7 so names do not overlap before we release a python3.7 alpha. Matti