]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142518: Move thread safety sections into a new page (#144716)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Wed, 25 Feb 2026 15:49:46 +0000 (16:49 +0100)
committerGitHub <noreply@github.com>
Wed, 25 Feb 2026 15:49:46 +0000 (16:49 +0100)
commit017ccd3bf420b79333f79f44a470c9c30a09aadc
tree4a1336c1f52c4af7de04fd7830efe4df2d0609a3
parentae57dc6c0b7d265a959452bdd18a77d06038e2d9
gh-142518: Move thread safety sections into a new page (#144716)

- 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
---------

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]