We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e2b4b commit 7aff504Copy full SHA for 7aff504
Doc/whatsnew/3.8.rst
@@ -2402,3 +2402,8 @@ email
2402
check if the *strict* paramater is available.
2403
(Contributed by Thomas Dwyer and Victor Stinner for :gh:`102988` to improve
2404
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
@@ -23,7 +23,7 @@
23
#define PY_RELEASE_SERIAL 0
24
25
/* Version as a string */
26
-#define PY_VERSION "3.8.20"
+#define PY_VERSION "3.8.20.1"
27
/*--end constants--*/
28
29
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
0 commit comments