On 25/10/19 10:49 am, Matti Picus wrote:

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


Needs more thought. The changes in the C-API are reflected in the platform tag: 71 is incompatible (perhaps only slightly) with 72. What breaking changes are there from the perspective of a C-API module between python 3.6 to 3.7, 3.8, 3.9?


Matti

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

Reply via email to