mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Python 3.13.9
This commit is contained in:
parent
bc2c8d748c
commit
8183fa5e3f
5 changed files with 12 additions and 6 deletions
|
|
@ -18,12 +18,12 @@
|
|||
/*--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.
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
8
Misc/NEWS.d/3.13.9.rst
Normal file
8
Misc/NEWS.d/3.13.9.rst
Normal file
|
|
@ -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.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
Fix :func:`inspect.getsourcelines` for the case when a decorator is followed
|
||||
by a comment or an empty line.
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue