Re: [pypy-dev] PyPy3.7-v7.3.8 broke binary compatibility

2022-02-24 Thread Michał Górny
On Thu, 2022-02-24 at 14:35 +0200, matti picus wrote: > Once again, I broke ABI compatibility with the new release. I re-added > a field to PyDateTime_CAPI that should have been part of the original > PyPy3.7 release, but was missed, and so should be left out of PyPy3.7 > v7.3.x. This causes segfau

[pypy-dev] PyPy3.7-v7.3.8 broke binary compatibility

2022-02-24 Thread matti picus
Once again, I broke ABI compatibility with the new release. I re-added a field to PyDateTime_CAPI that should have been part of the original PyPy3.7 release, but was missed, and so should be left out of PyPy3.7 v7.3.x. This causes segfaults when using PyPy3.7-v7.3.8 on wheels built for PyPy3.7-v7.3