]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Python 3.13.0 v3.13.0
authorThomas Wouters <thomas@python.org>
Mon, 7 Oct 2024 04:58:58 +0000 (06:58 +0200)
committerThomas Wouters <thomas@python.org>
Mon, 7 Oct 2024 05:02:14 +0000 (07:02 +0200)
Include/patchlevel.h
Lib/pydoc_data/topics.py
Misc/NEWS.d/3.13.0.rst [new file with mode: 0644]
Misc/NEWS.d/next/Core and Builtins/2024-10-03-22-26-39.gh-issue-124871.tAMF47.rst [deleted file]
Misc/NEWS.d/next/Core_and_Builtins/2024-10-05-23-53-06.gh-issue-125008.ETANpd.rst [deleted file]
README.rst

index 22bb119b66908bd18b53ac045c33740823c08f75..2f13bb9e89c83ec7834d0d0f7c73cfeb4e37ef11 100644 (file)
 #define PY_MAJOR_VERSION        3
 #define PY_MINOR_VERSION        13
 #define PY_MICRO_VERSION        0
-#define PY_RELEASE_LEVEL        PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL       3
+#define PY_RELEASE_LEVEL        PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL       0
 
 /* Version as a string */
-#define PY_VERSION              "3.13.0rc3+"
+#define PY_VERSION              "3.13.0"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 81c0b680b83113e3dcd3e6ea97bf2a2c41299395..dbfeb55998c1b05360b9dc8dfcc5ee0a46fa028d 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Autogenerated by Sphinx on Tue Oct  1 04:00:06 2024
+# Autogenerated by Sphinx on Mon Oct  7 06:59:36 2024
 # as part of the release process.
 topics = {'assert': 'The "assert" statement\n'
            '**********************\n'
diff --git a/Misc/NEWS.d/3.13.0.rst b/Misc/NEWS.d/3.13.0.rst
new file mode 100644 (file)
index 0000000..b0f43d8
--- /dev/null
@@ -0,0 +1,18 @@
+.. date: 2024-10-05-23-53-06
+.. gh-issue: 125008
+.. nonce: ETANpd
+.. release date: 2024-10-07
+.. section: Core and Builtins
+
+Fix :func:`tokenize.untokenize` producing invalid syntax for double braces
+preceded by certain escape characters.
+
+..
+
+.. date: 2024-10-03-22-26-39
+.. gh-issue: 124871
+.. nonce: tAMF47
+.. section: Core and Builtins
+
+Fix compiler bug (in some versions of 3.13) where an assertion fails during
+reachability analysis.
diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-10-03-22-26-39.gh-issue-124871.tAMF47.rst b/Misc/NEWS.d/next/Core and Builtins/2024-10-03-22-26-39.gh-issue-124871.tAMF47.rst
deleted file mode 100644 (file)
index 185cb30..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-Fix compiler bug (in some versions of 3.13) where an assertion fails during reachability
-analysis.
diff --git a/Misc/NEWS.d/next/Core_and_Builtins/2024-10-05-23-53-06.gh-issue-125008.ETANpd.rst b/Misc/NEWS.d/next/Core_and_Builtins/2024-10-05-23-53-06.gh-issue-125008.ETANpd.rst
deleted file mode 100644 (file)
index 8971e05..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-Fix :func:`tokenize.untokenize` producing invalid syntax for
-double braces preceded by certain escape characters.
index 3f2b4d5f0338929790a3ca6b8a82a915da220953..7c1e463273b4185fdbe037466c04ec802c3b9696 100644 (file)
@@ -1,5 +1,5 @@
-This is Python version 3.13.0 release candidate 3
-=================================================
+This is Python version 3.13.0
+=============================
 
 .. image:: https://github.com/python/cpython/workflows/Tests/badge.svg
    :alt: CPython build status on GitHub Actions