File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
44topics = {
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments