diff options
author | Thomas Wouters <thomas@python.org> | 2022-12-06 18:31:10 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2022-12-06 18:33:02 (GMT) |
commit | b6bd7ffcbc1ffaa68e3423e7415ef8ba0f8a188d (patch) | |
tree | cb9829975e01526eb583f0c9fea6d4144ad58ef5 /Misc/NEWS.d/next/C API | |
parent | fd38a2f0ec03b4eec5e3cfd41241d198b1ee555a (diff) | |
download | cpython-b6bd7ffcbc1ffaa68e3423e7415ef8ba0f8a188d.zip cpython-b6bd7ffcbc1ffaa68e3423e7415ef8ba0f8a188d.tar.gz cpython-b6bd7ffcbc1ffaa68e3423e7415ef8ba0f8a188d.tar.bz2 |
Python 3.12.0a3v3.12.0a3
Diffstat (limited to 'Misc/NEWS.d/next/C API')
3 files changed, 0 insertions, 10 deletions
diff --git a/Misc/NEWS.d/next/C API/2022-11-02-16-51-24.gh-issue-47146.dsYDtI.rst b/Misc/NEWS.d/next/C API/2022-11-02-16-51-24.gh-issue-47146.dsYDtI.rst deleted file mode 100644 index 0f41942..0000000 --- a/Misc/NEWS.d/next/C API/2022-11-02-16-51-24.gh-issue-47146.dsYDtI.rst +++ /dev/null @@ -1,5 +0,0 @@ -The ``structmember.h`` header is deprecated. Its non-deprecated contents are -now available just by including ``Python.h``, with a ``Py_`` prefix added if -it was missing. (Deprecated contents are :c:macro:`T_OBJECT`, -:c:macro:`T_NONE`, and no-op flags.) Patch by Petr Viktorin, based on -earlier work by Alexander Belopolsky and Matthias Braun. diff --git a/Misc/NEWS.d/next/C API/2022-11-20-09-52-50.gh-issue-99612.eBHksg.rst b/Misc/NEWS.d/next/C API/2022-11-20-09-52-50.gh-issue-99612.eBHksg.rst deleted file mode 100644 index 40e3c8d..0000000 --- a/Misc/NEWS.d/next/C API/2022-11-20-09-52-50.gh-issue-99612.eBHksg.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix :c:func:`PyUnicode_DecodeUTF8Stateful` for ASCII-only data: -``*consumed`` was not set. diff --git a/Misc/NEWS.d/next/C API/2022-12-05-17-30-13.gh-issue-98680.FiMCxZ.rst b/Misc/NEWS.d/next/C API/2022-12-05-17-30-13.gh-issue-98680.FiMCxZ.rst deleted file mode 100644 index a870901..0000000 --- a/Misc/NEWS.d/next/C API/2022-12-05-17-30-13.gh-issue-98680.FiMCxZ.rst +++ /dev/null @@ -1,3 +0,0 @@ -``PyBUF_*`` constants were marked as part of Limited API of Python 3.11+. -These were available in 3.11.0 with :c:macro:`Py_LIMITED_API` defined for -3.11, and are necessary to use the buffer API. |