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 ed09466 commit 2608119Copy full SHA for 2608119
Doc/whatsnew/3.13.rst
@@ -1366,7 +1366,7 @@ New Features
1366
* Modified :c:func:`_PyUnicode_ClearInterned` function to always delete all
1367
interned strings during a call to :c:func:`Py_Finalize`. This makes all
1368
is backwards incompatible to any C-Extension that holds onto an interned
1369
- string after a call to c:func:`Py_Finalize` and is then reused after a
+ string after a call to c:func:`Py_Finalize` and is then reused after a
1370
call to c:func:`Py_Initialize`. Any issues arising from this behavior will
1371
normally result in crashes during the exectuion of the subsequent call to
1372
c:func:`Py_Initatilize` from accessing uninitialized memory. To fix, use
0 commit comments