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 4f68be6 commit b692998Copy full SHA for b692998
Doc/whatsnew/3.7.rst
@@ -2671,3 +2671,11 @@ pyexpat / libexpat
2671
------------------
2672
2673
* Upgrade bundled libexpat to 2.6.3 to fix CVE-2024-28757, CVE-2024-45490, CVE-2024-45491 and CVE-2024-45492.
2674
+
2675
+Notable changes in 3.7.17.6
2676
+=========================
2677
2678
+pyexpat / libexpat
2679
+------------------
2680
2681
+* Upgrade bundled 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.7.17.5"
+#define PY_VERSION "3.7.17.6"
27
/*--end constants--*/
28
29
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
0 commit comments