Skip to content

Commit dc3b54f

Browse files
authored
Update whatsnew
1 parent 6aee7f5 commit dc3b54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ New Features
423423
call to :c:func:`Py_Initialize`. Any issues arising from this behavior will
424424
normally result in crashes during the exectuion of the subsequent call to
425425
: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
426+
an address sanitizer to identify any use-after-free coming from
427427
an interned string and deallocate it during module shutdown.
428428
(Contribued by Eddie Elizondo in :gh:`113601`.)
429429

0 commit comments

Comments
 (0)