]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-142518: Move thread safety sections into a new page (GH-144716) (#145223)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 25 Feb 2026 15:57:32 +0000 (16:57 +0100)
committerGitHub <noreply@github.com>
Wed, 25 Feb 2026 15:57:32 +0000 (16:57 +0100)
commit310455ca514e272d57d59b691b04f2cded2d320a
treecfd70c91d893b959938db74e7f43e83e254d4ef8
parent0701ce636c390b0fe78a63b452a5c002dbb9e7ec
[3.14] gh-142518: Move thread safety sections into a new page (GH-144716) (#145223)

- Create a new page for thread safety notes for built-in types
- Move thread safety notes for `list` into the new page
- Move thread safety notes for `dict` into the new page
---------
(cherry picked from commit 017ccd3bf420b79333f79f44a470c9c30a09aadc)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Doc/library/index.rst
Doc/library/stdtypes.rst
Doc/library/threadsafety.rst [new file with mode: 0644]