From 44a238418f1a7b0ed07a728a291a779b6807ef51 Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Tue, 3 Mar 2026 18:01:56 +0100 Subject: [PATCH] Fix up markup and description in the 3.12.13-et-al post. --- content/posts/python-31213-31115-31020/index.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/content/posts/python-31213-31115-31020/index.md b/content/posts/python-31213-31115-31020/index.md index 825461e..83ab873 100644 --- a/content/posts/python-31213-31115-31020/index.md +++ b/content/posts/python-31213-31115-31020/index.md @@ -2,13 +2,13 @@ title: 'Python 3.12.13, 3.11.15 and 3.10.20 are now available!' publishDate: '2026-03-03' author: Thomas Wouters -description: '[](https://discuss.python.org/t/python-3-12-13-3-11-15-and-3-10-20-are-now-available/106363)Python 3.12.13, 3.11.15 and 3.10.20 are now available!' +description: '[Python Releases For Your Security!](https://discuss.python.org/t/python-3-12-13-3-11-15-and-3-10-20-are-now-available/106363) New security releases for 3.10, 3.11 and 3.12 are now available.' tags: - releases published: true --- -# [](https://discuss.python.org/t/python-3-12-13-3-11-15-and-3-10-20-are-now-available/106363)Python 3.12.13, 3.11.15 and 3.10.20 are now available! +# [Python Releases For Your Security!](https://discuss.python.org/t/python-3-12-13-3-11-15-and-3-10-20-are-now-available/106363) New security releases for 3.10, 3.11 and 3.12 are now available. (As these Python versions are now in security-fix-only mode, these are source-only releases, and there is no pre-set release cadence.) @@ -47,16 +47,15 @@ https://www.python.org/downloads/release/python-31213/ # Python 3.11.15 -Additional fixes in this release (they were already included in a previous 3.12 release): +Additional fixes in this release (they were already included in a previous 3.12 release): * [gh-120298](https://github.com/python/cpython/issues/120298): Fixed a use-after-free in list rich comparison handling (`list_richcompare_impl`) for specially crafted concurrent inputs. * [gh-120384](https://github.com/python/cpython/issues/120384): Fixed an out-of-bounds access in list slice assignment (`list_ass_subscript`) under specially crafted concurrent inputs. - https://www.python.org/downloads/release/python-31115/ # Python 3.10.20 -Additional fixes in this release (they were already included in a previous 3.12 release): +Additional fixes in this release (they were already included in a previous 3.12 release): * [gh-120298](https://github.com/python/cpython/issues/120298): Fixed a use-after-free in list rich comparison handling (`list_richcompare_impl`) for specially crafted concurrent inputs. * [gh-120384](https://github.com/python/cpython/issues/120384): Fixed an out-of-bounds access in list slice assignment (`list_ass_subscript`) under specially crafted concurrent inputs.