cpython/Misc/NEWS.d/next/C_API
Victor Stinner a810cb89f1
gh-89188: Implement PyUnicode_KIND() as a function (#129412)
Implement PyUnicode_KIND() and PyUnicode_DATA() as function, in
addition to the macros with the same names. The macros rely on C bit
fields which have compiler-specific layout.
2025-01-30 11:27:27 +00:00
..
2024-12-14-03-40-15.gh-issue-127925.FF7aov.rst gh-127937: Convert decimal to use PEP 757 import API (#127925) 2025-01-24 11:05:52 +00:00
2025-01-01-03-25-38.gh-issue-126599.MRCYlH.rst GH-126599: Remove the "counter" optimizer/executor (GH-126853) 2025-01-16 15:57:04 -08:00
2025-01-15-11-42-07.gh-issue-128863.C9MkB_.rst gh-128863: Deprecate _PyLong_FromDigits() function (#127939) 2025-01-24 13:17:10 +01:00
2025-01-16-12-47-01.gh-issue-128911.mHVJ4x.rst gh-128911: Add PyImport_ImportModuleAttr() function (#128912) 2025-01-30 11:17:29 +00:00
2025-01-16-21-56-49.gh-issue-128844.ZPiJuo.rst gh-128844: Make _Py_TryIncref public as an unstable API. (#128926) 2025-01-28 19:32:27 +00:00
2025-01-19-23-17-58.gh-issue-129033.cpRivP.rst gh-129033: Remove _Py_InitializeMain() function (#129034) 2025-01-20 10:03:22 +00:00
2025-01-20-10-40-11.gh-issue-129033.d1jltB.rst gh-129033: Remove _PyInterpreterState_SetConfig() function (#129048) 2025-01-20 16:31:33 +01:00
2025-01-22-09-28-04.gh-issue-128509.gqQ36L.rst gh-128509: Add PyUnstable_IsImmortal for finding immortal objects (GH-129182) 2025-01-27 14:36:33 +01:00
2025-01-29-11-58-38.gh-issue-89188.BsfLr3.rst gh-89188: Implement PyUnicode_KIND() as a function (#129412) 2025-01-30 11:27:27 +00:00
README.rst Move NEWS entries out of directories with spaces (GH-127067) 2024-11-20 18:52:46 +00:00

Put news entry `blurb`_ files for the *C API* section in this directory.

.. _blurb: https://pypi.org/project/blurb/