Skip to content

Commit 4b7f4ff

Browse files
committed
Merge tag 'v3.10.0a6'
Python 3.10.0a6
2 parents f193874 + cc12888 commit 4b7f4ff

File tree

57 files changed

+8779
-5266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+8779
-5266
lines changed

Doc/tools/susp-ignored.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,4 +365,3 @@ whatsnew/changelog,,::,default::DeprecationWarning
365365
library/importlib.metadata,,:main,"EntryPoint(name='wheel', value='wheel.cli:main', group='console_scripts')"
366366
library/importlib.metadata,,`,loading the metadata for packages for the indicated ``context``.
367367
library/re,,`,"`"
368-
library/dis,,:TOS1,TOS[x:TOS1 - 1 - y]

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
#define PY_MINOR_VERSION 10
2121
#define PY_MICRO_VERSION 0
2222
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
23-
#define PY_RELEASE_SERIAL 5
23+
#define PY_RELEASE_SERIAL 6
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.10.0a5+"
26+
#define PY_VERSION "3.10.0a6"
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: 801 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)