Skip to content

Commit 201c8f7

Browse files
committed
3.6.9
1 parent 782854f commit 201c8f7

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

Include/patchlevel.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
#define PY_MAJOR_VERSION 3
2020
#define PY_MINOR_VERSION 6
2121
#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
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.6.9rc1+"
26+
#define PY_VERSION "3.6.9"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

Misc/NEWS.d/next/macOS/2019-07-02-01-06-47.bpo-34602.10d4wl.rst Misc/NEWS.d/3.6.9.rst

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
Avoid test suite failures on macOS by no longer calling resource.setrlimit
217
to increase the process stack size limit at runtime. The runtime change is
318
no longer needed since the interpreter is being built with a larger default

Misc/NEWS.d/next/Library/2019-06-27-20-33-50.bpo-37437.du39_A.rst

-1
This file was deleted.

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This is Python version 3.6.9 candidate 1+
2-
=========================================
1+
This is Python version 3.6.9
2+
============================
33

44
.. image:: https://travis-ci.org/python/cpython.svg?branch=3.6
55
:alt: CPython build status on Travis CI

0 commit comments

Comments
 (0)