We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c4a4f commit b0338beCopy full SHA for b0338be
Doc/whatsnew/3.8.rst
@@ -998,7 +998,7 @@ Build and C API Changes
998
* The :c:func:`PyByteArray_Init` and :c:func:`PyByteArray_Fini` functions have
999
been removed. They did nothing since Python 2.7.4 and Python 3.2.0, were
1000
excluded from the limited API (stable ABI), and were not documented.
1001
- (Contributed by Victor Stinner in :issue:`32980`.)
+ (Contributed by Victor Stinner in :issue:`35713`.)
1002
1003
* The result of :c:func:`PyExceptionClass_Name` is now of type
1004
``const char *`` rather of ``char *``.
0 commit comments