]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Python 3.13.9 v3.13.9
authorThomas Wouters <thomas@python.org>
Tue, 14 Oct 2025 13:52:15 +0000 (15:52 +0200)
committerThomas Wouters <thomas@python.org>
Tue, 14 Oct 2025 13:52:31 +0000 (15:52 +0200)
Include/patchlevel.h
Lib/pydoc_data/topics.py
Misc/NEWS.d/3.13.9.rst [new file with mode: 0644]
Misc/NEWS.d/next/Library/2025-10-09-13-48-28.gh-issue-139783.__NUgo.rst [deleted file]
README.rst

index 3f7feaf0b33052033d8484c9c8fbae10c2d91bd0..00f6ce1f55eb22fb539a39d54fe57d2ec1caf334 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION        3
 #define PY_MINOR_VERSION        13
-#define PY_MICRO_VERSION        8
+#define PY_MICRO_VERSION        9
 #define PY_RELEASE_LEVEL        PY_RELEASE_LEVEL_FINAL
 #define PY_RELEASE_SERIAL       0
 
 /* Version as a string */
-#define PY_VERSION              "3.13.8"
+#define PY_VERSION              "3.13.9"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 80cdf0cd49bfda060bcfbe79c66900dc96725e5d..2ab577ffe8ee3dc0fb3c4fcee3e6fdf7d3d9daaa 100644 (file)
@@ -1,4 +1,4 @@
-# Autogenerated by Sphinx on Tue Oct  7 14:01:47 2025
+# Autogenerated by Sphinx on Tue Oct 14 15:52:27 2025
 # as part of the release process.
 
 topics = {
diff --git a/Misc/NEWS.d/3.13.9.rst b/Misc/NEWS.d/3.13.9.rst
new file mode 100644 (file)
index 0000000..d1ed117
--- /dev/null
@@ -0,0 +1,8 @@
+.. date: 2025-10-09-13-48-28
+.. gh-issue: 139783
+.. nonce: __NUgo
+.. release date: 2025-10-14
+.. section: Library
+
+Fix :func:`inspect.getsourcelines` for the case when a decorator is followed
+by a comment or an empty line.
diff --git a/Misc/NEWS.d/next/Library/2025-10-09-13-48-28.gh-issue-139783.__NUgo.rst b/Misc/NEWS.d/next/Library/2025-10-09-13-48-28.gh-issue-139783.__NUgo.rst
deleted file mode 100644 (file)
index 336653e..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-Fix :func:`inspect.getsourcelines` for the case when a decorator is followed
-by a comment or an empty line.
index f45f1a94f24af6f7fe3d5c0ffcb9b235c3920fee..61aabbd6e5afc36cd4627d7c08aa23c6cf8519e9 100644 (file)
@@ -1,4 +1,4 @@
-This is Python version 3.13.8
+This is Python version 3.13.9
 =============================
 
 .. image:: https://github.com/python/cpython/workflows/Tests/badge.svg