Skip to content

Commit e8b9b45

Browse files
Lint docs v8
1 parent 2ec1326 commit e8b9b45

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

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

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

0 commit comments

Comments
 (0)