Skip to content

Commit 7aff504

Browse files
committed
Update version to 3.8.20.1
1 parent 15e2b4b commit 7aff504

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Doc/whatsnew/3.8.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2402,3 +2402,8 @@ email
24022402
check if the *strict* paramater is available.
24032403
(Contributed by Thomas Dwyer and Victor Stinner for :gh:`102988` to improve
24042404
the CVE-2023-27043 fix.)
2405+
2406+
Notable changes in 3.8.20.1
2407+
===========================
2408+
2409+
* Upgraded libexpat to 2.6.4 to fix CVE-2024-50602

Include/patchlevel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define PY_RELEASE_SERIAL 0
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.8.20"
26+
#define PY_VERSION "3.8.20.1"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

0 commit comments

Comments
 (0)