Python 3.11.0b3

This commit is contained in:
Pablo Galindo 2022-06-01 14:06:32 +01:00
parent 90f9b8b9e8
commit eb0004c271
No known key found for this signature in database
GPG key ID: FFE87404168BD847
7 changed files with 31 additions and 9 deletions

View file

@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 11
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
#define PY_RELEASE_SERIAL 2
#define PY_RELEASE_SERIAL 3
/* Version as a string */
#define PY_VERSION "3.11.0b2+"
#define PY_VERSION "3.11.0b3"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

View file

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Autogenerated by Sphinx on Mon May 30 22:16:54 2022
# Autogenerated by Sphinx on Wed Jun 1 14:07:03 2022
topics = {'assert': 'The "assert" statement\n'
'**********************\n'
'\n'

27
Misc/NEWS.d/3.11.0b3.rst Normal file
View file

@ -0,0 +1,27 @@
.. date: 2022-05-30-19-00-38
.. gh-issue: 93359
.. nonce: zXV3A0
.. release date: 2022-06-01
.. section: Core and Builtins
Ensure that custom :mod:`ast` nodes without explicit end positions can be
compiled. Patch by Pablo Galindo.
..
.. date: 2022-05-30-10-22-46
.. gh-issue: 93345
.. nonce: gi1A4L
.. section: Core and Builtins
Fix a crash in substitution of a ``TypeVar`` in nested generic alias after
``TypeVarTuple``.
..
.. date: 2022-05-31-18-04-58
.. gh-issue: 69093
.. nonce: 6lSa0C
.. section: Build
Fix ``Modules/Setup.stdlib.in`` rule for ``_sqlite3`` extension.

View file

@ -1 +0,0 @@
Fix ``Modules/Setup.stdlib.in`` rule for ``_sqlite3`` extension.

View file

@ -1,2 +0,0 @@
Fix a crash in substitution of a ``TypeVar`` in nested generic alias after
``TypeVarTuple``.

View file

@ -1,2 +0,0 @@
Ensure that custom :mod:`ast` nodes without explicit end positions can be
compiled. Patch by Pablo Galindo.

View file

@ -1,4 +1,4 @@
This is Python version 3.11.0 beta 2
This is Python version 3.11.0 beta 3
====================================
.. image:: https://github.com/python/cpython/workflows/Tests/badge.svg