Skip to content

Commit ffe9d03

Browse files
Fix NEWS message
1 parent 175bc40 commit ffe9d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/NEWS.d/next/Core and Builtins/2024-01-15-18-11-48.gh-issue-113190.OwQX64.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ finalization when calling ``Py_Finalize``, regardless of their reference
44
count.
55

66
Worth noting that if an extension accidentally holds onto a interned string,
7-
event after calling Py_Finalize, it will result in use-after-free error,
7+
even after calling Py_Finalize, it will result in use-after-free error,
88
leaving the user to a potential vulnerabilities. That said, the history of
99
how these interned strings are handled have been changing during throughout
1010
different versions.

0 commit comments

Comments
 (0)