Skip to content

Commit c68e3fb

Browse files
vstinnermiss-islington
authored andcommitted
Update What's New in Python 3.9 (GH-14253)
* Mention bpo of PyImport_Cleanup removal * Fix bpo number of PyByteArray_Init removal
1 parent a195212 commit c68e3fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Doc/whatsnew/3.8.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ Build and C API Changes
10011001
* The :c:func:`PyByteArray_Init` and :c:func:`PyByteArray_Fini` functions have
10021002
been removed. They did nothing since Python 2.7.4 and Python 3.2.0, were
10031003
excluded from the limited API (stable ABI), and were not documented.
1004-
(Contributed by Victor Stinner in :issue:`32980`.)
1004+
(Contributed by Victor Stinner in :issue:`35713`.)
10051005

10061006
* The result of :c:func:`PyExceptionClass_Name` is now of type
10071007
``const char *`` rather of ``char *``.

Doc/whatsnew/3.9.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Removed
124124

125125
* The C function ``PyImport_Cleanup()`` has been removed. It was documented as:
126126
"Empty the module table. For internal use only."
127+
(Contributed by Victor Stinner in :issue:`36710`.)
127128

128129
* ``_dummy_thread`` and ``dummy_threading`` modules have been removed. These
129130
modules were deprecated since Python 3.7 which requires threading support.

0 commit comments

Comments
 (0)