Skip to content

Commit

Permalink
Python 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yhg1s committed Oct 7, 2024
1 parent 8c80a26 commit 60403a5
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Include/patchlevel.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
#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.
Expand Down
2 changes: 1 addition & 1 deletion Lib/pydoc_data/topics.py
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
18 changes: 18 additions & 0 deletions Misc/NEWS.d/3.13.0.rst
Original file line number Diff line number Diff line change
@@ -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.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down

2 comments on commit 60403a5

@MartinCura
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@pidjan
Copy link

@pidjan pidjan commented on 60403a5 Oct 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

Please sign in to comment.