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 6aee7f5 commit dc3b54fCopy full SHA for dc3b54f
Doc/whatsnew/3.14.rst
@@ -423,7 +423,7 @@ New Features
423
call to :c:func:`Py_Initialize`. Any issues arising from this behavior will
424
normally result in crashes during the exectuion of the subsequent call to
425
:c:func:`Py_Initialize` from accessing uninitialized memory. To fix, use
426
- an address sanitizer (i.e. ASAN) to identify any use-after-free coming from
+ an address sanitizer to identify any use-after-free coming from
427
an interned string and deallocate it during module shutdown.
428
(Contribued by Eddie Elizondo in :gh:`113601`.)
429
0 commit comments