diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-03-07 12:28:08 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-03-07 12:32:18 (GMT) |
commit | 3ddfa55df48a67a5972feac32eaeb85effeda8e3 (patch) | |
tree | 593da3e2e17b24f6352f950cade845f0a27ccca5 /Misc/NEWS.d/next/C API | |
parent | 3b3be05a164da43f201e35b6dafbc840993a4d18 (diff) | |
download | cpython-3ddfa55df48a67a5972feac32eaeb85effeda8e3.zip cpython-3ddfa55df48a67a5972feac32eaeb85effeda8e3.tar.gz cpython-3ddfa55df48a67a5972feac32eaeb85effeda8e3.tar.bz2 |
Python 3.11.0a6v3.11.0a6
Diffstat (limited to 'Misc/NEWS.d/next/C API')
5 files changed, 0 insertions, 11 deletions
diff --git a/Misc/NEWS.d/next/C API/2022-02-02-17-58-49.bpo-46613.__ZdpH.rst b/Misc/NEWS.d/next/C API/2022-02-02-17-58-49.bpo-46613.__ZdpH.rst deleted file mode 100644 index 9d0fca7..0000000 --- a/Misc/NEWS.d/next/C API/2022-02-02-17-58-49.bpo-46613.__ZdpH.rst +++ /dev/null @@ -1,2 +0,0 @@ -Added function :c:func:`PyType_GetModuleByDef`, which allows accesss to -module state when a method's defining class is not available. diff --git a/Misc/NEWS.d/next/C API/2022-02-06-20-14-21.bpo-45412.XJVaGW.rst b/Misc/NEWS.d/next/C API/2022-02-06-20-14-21.bpo-45412.XJVaGW.rst deleted file mode 100644 index 5c0cde1..0000000 --- a/Misc/NEWS.d/next/C API/2022-02-06-20-14-21.bpo-45412.XJVaGW.rst +++ /dev/null @@ -1,2 +0,0 @@ -Remove the ``HAVE_PY_SET_53BIT_PRECISION`` macro (moved to the internal C API). -Patch by Victor Stinner. diff --git a/Misc/NEWS.d/next/C API/2022-02-07-18-47-00.bpo-45459.0FCWM8.rst b/Misc/NEWS.d/next/C API/2022-02-07-18-47-00.bpo-45459.0FCWM8.rst deleted file mode 100644 index 711c107..0000000 --- a/Misc/NEWS.d/next/C API/2022-02-07-18-47-00.bpo-45459.0FCWM8.rst +++ /dev/null @@ -1,3 +0,0 @@ -Rename ``Include/buffer.h`` header file to ``Include/pybuffer.h`` to avoid -conflits with projects having an existing ``buffer.h`` header file. Patch by -Victor Stinner. diff --git a/Misc/NEWS.d/next/C API/2022-02-23-16-13-17.bpo-46836.ZYyPF_.rst b/Misc/NEWS.d/next/C API/2022-02-23-16-13-17.bpo-46836.ZYyPF_.rst deleted file mode 100644 index 2867bfd..0000000 --- a/Misc/NEWS.d/next/C API/2022-02-23-16-13-17.bpo-46836.ZYyPF_.rst +++ /dev/null @@ -1,2 +0,0 @@ -Move the :c:type:`PyFrameObject` type definition (``struct _frame``) to the -internal C API ``pycore_frame.h`` header file. Patch by Victor Stinner. diff --git a/Misc/NEWS.d/next/C API/2022-02-24-13-13-16.bpo-46748.aG1zb3.rst b/Misc/NEWS.d/next/C API/2022-02-24-13-13-16.bpo-46748.aG1zb3.rst deleted file mode 100644 index b6b2db1..0000000 --- a/Misc/NEWS.d/next/C API/2022-02-24-13-13-16.bpo-46748.aG1zb3.rst +++ /dev/null @@ -1,2 +0,0 @@ -Python's public headers no longer import ``<stdbool.h>``, leaving code that -embedd/extends Python free to define ``bool``, ``true`` and ``false``. |