2023-10-14 13:31:04 +00:00
|
|
|
---
|
2023-11-25 16:20:58 +00:00
|
|
|
Misc/NEWS | 2 +-
|
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
2023-10-14 13:31:04 +00:00
|
|
|
|
2024-02-08 08:18:19 +00:00
|
|
|
Index: Python-3.13.0a3/Misc/NEWS
|
|
|
|
|
===================================================================
|
|
|
|
|
--- Python-3.13.0a3.orig/Misc/NEWS
|
|
|
|
|
+++ Python-3.13.0a3/Misc/NEWS
|
|
|
|
|
@@ -14868,7 +14868,7 @@ C API
|
2023-10-14 13:31:04 +00:00
|
|
|
- bpo-40939: Removed documentation for the removed ``PyParser_*`` C API.
|
|
|
|
|
|
|
|
|
|
- bpo-43795: The list in :ref:`limited-api-list` now shows the public name
|
|
|
|
|
- :c:struct:`PyFrameObject` rather than ``_frame``. The non-existing entry
|
|
|
|
|
+ :c:type:`PyFrameObject` rather than ``_frame``. The non-existing entry
|
|
|
|
|
``_node`` no longer appears in the list.
|
|
|
|
|
|
|
|
|
|
- bpo-44378: :c:func:`Py_IS_TYPE` no longer uses :c:func:`Py_TYPE` to avoid
|