-
- Downloads
[3.9] bpo-43710: Rollback the 3.9 bpo-42500 fix, it broke the ABI in 3.9.3 (#25179)
This reverts commit 8b795ab5. It changed the PyThreadState structure size, breaking the ABI in 3.9.3.
Showing
- Include/cpython/pystate.h 2 additions, 1 deletionInclude/cpython/pystate.h
- Include/internal/pycore_ceval.h 16 additions, 0 deletionsInclude/internal/pycore_ceval.h
- Lib/test/test_exceptions.py 2 additions, 50 deletionsLib/test/test_exceptions.py
- Lib/test/test_sys.py 39 additions, 7 deletionsLib/test/test_sys.py
- Misc/NEWS.d/next/Core and Builtins/2021-04-03-21-12-15.bpo-43710._Mj01v.rst 4 additions, 0 deletions...ore and Builtins/2021-04-03-21-12-15.bpo-43710._Mj01v.rst
- Python/ceval.c 12 additions, 11 deletionsPython/ceval.c
- Python/errors.c 0 additions, 3 deletionsPython/errors.c
- Python/pystate.c 1 addition, 1 deletionPython/pystate.c
- Python/sysmodule.c 3 additions, 1 deletionPython/sysmodule.c
Loading
Please register or sign in to comment