]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-43710: Rollback the 3.9 bpo-42500 fix, it broke the ABI in 3.9.3 (#25179)
authorGregory P. Smith <greg@krypto.org>
Sun, 4 Apr 2021 11:02:29 +0000 (04:02 -0700)
committerGitHub <noreply@github.com>
Sun, 4 Apr 2021 11:02:29 +0000 (13:02 +0200)
commitc7b0feca25fc68ec3e0884b82e5f45a4da011e8e
tree0dff16d035648b7c31fb291d40430407484579c6
parentde0b2b133011953b02536cc78f2499d5d55224f8
[3.9] bpo-43710: Rollback the 3.9 bpo-42500 fix, it broke the ABI in 3.9.3 (#25179)

This reverts commit 8b795ab5541d8a4e69be4137dfdc207714270b77.

It changed the PyThreadState structure size, breaking the ABI in 3.9.3.
Include/cpython/pystate.h
Include/internal/pycore_ceval.h
Lib/test/test_exceptions.py
Lib/test/test_sys.py
Misc/NEWS.d/next/Core and Builtins/2021-04-03-21-12-15.bpo-43710._Mj01v.rst [new file with mode: 0644]
Python/ceval.c
Python/errors.c
Python/pystate.c
Python/sysmodule.c