Skip to content

Commit afc7c1d

Browse files
Lint docs v6
1 parent 071438f commit afc7c1d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ 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. For example:
1111

12-
* In Python 3.9 and older, interned strings were never deleted. Only special
13-
build for Valgrind and Purity cleared them at exit
14-
* In Python 3.10 and 3.11, interned strings are always deleted at exit
15-
* In Python 3.12, interned strings are deleted only if Python is built in
16-
debug mode: they are not deleted in release mode
17-
* In Python 3.13, interned strings will now be akll deleted
12+
* In Python 3.9 and older, interned strings were never deleted. Only special
13+
build for Valgrind and Purity cleared them at exit
14+
* In Python 3.10 and 3.11, interned strings are always deleted at exit
15+
* In Python 3.12, interned strings are deleted only if Python is built in
16+
debug mode: they are not deleted in release mode
17+
* In Python 3.13, interned strings will now be akll deleted
1818

1919
Given how we've changed guarantees throughout different versions, we do not
2020
expect that users actively rely on this behavior for their extensions.

0 commit comments

Comments
 (0)