File tree 4 files changed +20
-6
lines changed
4 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 19
19
#define PY_MAJOR_VERSION 3
20
20
#define PY_MINOR_VERSION 6
21
21
#define PY_MICRO_VERSION 9
22
- #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
23
- #define PY_RELEASE_SERIAL 1
22
+ #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
23
+ #define PY_RELEASE_SERIAL 0
24
24
25
25
/* Version as a string */
26
- #define PY_VERSION "3.6.9rc1+ "
26
+ #define PY_VERSION "3.6.9 "
27
27
/*--end constants--*/
28
28
29
29
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Original file line number Diff line number Diff line change
1
+ .. bpo: 37437
2
+ .. date: 2019-06-27-20-33-50
3
+ .. nonce: du39_A
4
+ .. release date: 2019-07-02
5
+ .. section: Library
6
+
7
+ Update vendorized expat version to 2.2.7.
8
+
9
+ ..
10
+
11
+ .. bpo: 34602
12
+ .. date: 2019-07-02-01-06-47
13
+ .. nonce: 10d4wl
14
+ .. section: macOS
15
+
1
16
Avoid test suite failures on macOS by no longer calling resource.setrlimit
2
17
to increase the process stack size limit at runtime. The runtime change is
3
18
no longer needed since the interpreter is being built with a larger default
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- This is Python version 3.6.9 candidate 1+
2
- =========================================
1
+ This is Python version 3.6.9
2
+ ============================
3
3
4
4
.. image :: https://travis-ci.org/python/cpython.svg?branch=3.6
5
5
:alt: CPython build status on Travis CI
You can’t perform that action at this time.
0 commit comments