|
2 | 2 | title: 'Python 3.12.13, 3.11.15 and 3.10.20 are now available!' |
3 | 3 | publishDate: '2026-03-03' |
4 | 4 | author: Thomas Wouters |
5 | | -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!' |
| 5 | +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.' |
6 | 6 | tags: |
7 | 7 | - releases |
8 | 8 | published: true |
9 | 9 | --- |
10 | 10 |
|
11 | | -# [](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! |
| 11 | +# [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) |
12 | 12 |
|
13 | 13 | 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.) |
14 | 14 |
|
@@ -47,16 +47,15 @@ https://www.python.org/downloads/release/python-31213/ |
47 | 47 |
|
48 | 48 | # Python 3.11.15 |
49 | 49 |
|
50 | | -Additional fixes in this release (they were already included in a previous 3.12 release): |
| 50 | +Additional fixes in this release (they were already included in a previous 3.12 release): |
51 | 51 | * [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. |
52 | 52 | * [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. |
53 | 53 |
|
54 | | - |
55 | 54 | https://www.python.org/downloads/release/python-31115/ |
56 | 55 |
|
57 | 56 | # Python 3.10.20 |
58 | 57 |
|
59 | | -Additional fixes in this release (they were already included in a previous 3.12 release): |
| 58 | +Additional fixes in this release (they were already included in a previous 3.12 release): |
60 | 59 | * [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. |
61 | 60 | * [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. |
62 | 61 |
|
|
0 commit comments