Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit af41c56

Browse filesBrowse files
authored
Update What's New in Python 3.8 (GH-14239)
* Mention issue in which ByByteArray_Init() has been removed. * Fix typo
1 parent b45d259 commit af41c56
Copy full SHA for af41c56

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎Doc/whatsnew/3.8.rst

Copy file name to clipboardExpand all lines: Doc/whatsnew/3.8.rst
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ Build and C API Changes
976976

977977
* ``Include/*.h`` should be the portable public stable C API.
978978
* ``Include/cpython/*.h`` should be the unstable C API specific to CPython;
979-
public API, with some private API prefixed by ``_Py`` or ``_PY``.
979+
public API, with some private API prefixed by ``_Py`` or ``_PY``.
980980
* ``Include/internal/*.h`` is the private internal C API very specific to
981981
CPython. This API comes with no backward compatibility warranty and should
982982
not be used outside CPython. It is only exposed for very specific needs
@@ -1001,6 +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`.)
10041005

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.