Skip to content

Commit 8183fa5

Browse files
committed
Python 3.13.9
1 parent bc2c8d7 commit 8183fa5

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
/*--start constants--*/
1919
#define PY_MAJOR_VERSION 3
2020
#define PY_MINOR_VERSION 13
21-
#define PY_MICRO_VERSION 8
21+
#define PY_MICRO_VERSION 9
2222
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
2323
#define PY_RELEASE_SERIAL 0
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.13.8"
26+
#define PY_VERSION "3.13.9"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

Lib/pydoc_data/topics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Autogenerated by Sphinx on Tue Oct 7 14:01:47 2025
1+
# Autogenerated by Sphinx on Tue Oct 14 15:52:27 2025
22
# as part of the release process.
33

44
topics = {

Misc/NEWS.d/3.13.9.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.. date: 2025-10-09-13-48-28
2+
.. gh-issue: 139783
3+
.. nonce: __NUgo
4+
.. release date: 2025-10-14
5+
.. section: Library
6+
7+
Fix :func:`inspect.getsourcelines` for the case when a decorator is followed
8+
by a comment or an empty line.

Misc/NEWS.d/next/Library/2025-10-09-13-48-28.gh-issue-139783.__NUgo.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is Python version 3.13.8
1+
This is Python version 3.13.9
22
=============================
33

44
.. image:: https://github.com/python/cpython/workflows/Tests/badge.svg

0 commit comments

Comments
 (0)