We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d53926 commit cfe4763Copy full SHA for cfe4763
2 files changed
Include/patchlevel.h
@@ -27,7 +27,7 @@
27
#define PY_RELEASE_SERIAL 0
28
29
/* Version as a string */
30
-#define PY_VERSION "2.7.18.12"
+#define PY_VERSION "2.7.18.13"
31
/*--end constants--*/
32
33
/* Subversion Revision number of this file (not of the repository). Empty
Misc/NEWS.d/2.7.18.13.rst
@@ -0,0 +1,7 @@
1
+.. bpo: ?
2
+.. date: 2026-03-06
3
+.. nonce:
4
+.. release date: 2026-03-06
5
+.. section: Core and Builtins
6
+
7
+Refactor CVE-2023-27043 patch to support Unicode characters
0 commit comments