cpython/Misc/NEWS.d/next
Petr Viktorin 226011ba12
gh-139165: Make Py_SIZE, Py_IS_TYPE,Py_ SET_SIZE regular functions in stable ABI (GH-139166)
* Make Py_{SIZE,IS_TYPE,SET_SIZE} regular functions in stable ABI

Group them together with Py_TYPE & Py_SET_TYPE to cut down
on repetitive preprocessor macros.
Format repetitive definitions in object.c more concisely.

Py_SET_TYPE is still left out of the Limited API.
2025-11-25 14:30:33 +01:00
..
Build gh-141784: Fix _remote_debugging_module.c compilation on 32-bit Linux (#141796) 2025-11-20 16:30:35 +00:00
C_API gh-139165: Make Py_SIZE, Py_IS_TYPE,Py_ SET_SIZE regular functions in stable ABI (GH-139166) 2025-11-25 14:30:33 +01:00
Core_and_Builtins GH-141861: Fix invalid memory read in the ENTER_EXECUTOR (GH-141921) 2025-11-24 22:07:45 +00:00
Documentation gh-140578: Delete unnecessary NEWS entry (#141427) 2025-11-17 19:47:00 +02:00
IDLE Python 3.15.0a1 2025-10-14 13:46:08 +03:00
Library gh-140911: Ensure that UserString.index() and UserString.rindex() accept UserString as argument (GH-140945) 2025-11-25 15:25:46 +02:00
macOS Python 3.15.0a1 2025-10-14 13:46:08 +03:00
Security Merge branch 'main' of https://github.com/python/cpython 2025-11-19 11:42:45 +02:00
Tests Merge branch 'main' of https://github.com/python/cpython 2025-11-19 11:42:45 +02:00
Tools-Demos Merge branch 'main' of https://github.com/python/cpython 2025-11-19 11:42:45 +02:00
Windows Python 3.15.0a2 2025-11-18 16:51:17 +02:00