Skip to content

Commit 2ec1326

Browse files
Lint docs v7
1 parent afc7c1d commit 2ec1326

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ 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+
13+
* In Python 3.9 and older, interned strings were never deleted. Only special
14+
build for Valgrind and Purity cleared them at exit.
15+
* In Python 3.10 and 3.11, interned strings are always deleted at exit.
16+
* In Python 3.12, interned strings are deleted only if Python is built in
17+
debug mode: they are not deleted in release mode.
18+
* In Python 3.13, interned strings will now be akll deleted.
19+
1820

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

0 commit comments

Comments
 (0)