Python 3.10.0a0 (GH-20198)

This commit is contained in:
Pablo Galindo 2020-05-19 03:33:01 +01:00 committed by GitHub
parent 9095f76613
commit d4fe098d1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 951 additions and 834 deletions

View file

@ -17,13 +17,13 @@
/* Version parsed out into numeric values */
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 9
#define PY_MINOR_VERSION 10
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
#define PY_RELEASE_SERIAL 6
#define PY_RELEASE_SERIAL 0
/* Version as a string */
#define PY_VERSION "3.9.0a6+"
#define PY_VERSION "3.10.0a0"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.