From 201c8f79450628241574fba940e08107178dc3a5 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 2 Jul 2019 16:25:39 -0400 Subject: 3.6.9 --- Include/patchlevel.h | 6 +++--- Misc/NEWS.d/3.6.9.rst | 19 +++++++++++++++++++ .../Library/2019-06-27-20-33-50.bpo-37437.du39_A.rst | 1 - .../macOS/2019-07-02-01-06-47.bpo-34602.10d4wl.rst | 4 ---- README.rst | 4 ++-- 5 files changed, 24 insertions(+), 10 deletions(-) create mode 100644 Misc/NEWS.d/3.6.9.rst delete mode 100644 Misc/NEWS.d/next/Library/2019-06-27-20-33-50.bpo-37437.du39_A.rst delete mode 100644 Misc/NEWS.d/next/macOS/2019-07-02-01-06-47.bpo-34602.10d4wl.rst diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 3cb041517f..c4b607b912 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,11 +19,11 @@ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 6 #define PY_MICRO_VERSION 9 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.6.9rc1+" +#define PY_VERSION "3.6.9" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. diff --git a/Misc/NEWS.d/3.6.9.rst b/Misc/NEWS.d/3.6.9.rst new file mode 100644 index 0000000000..c8d8e91337 --- /dev/null +++ b/Misc/NEWS.d/3.6.9.rst @@ -0,0 +1,19 @@ +.. bpo: 37437 +.. date: 2019-06-27-20-33-50 +.. nonce: du39_A +.. release date: 2019-07-02 +.. section: Library + +Update vendorized expat version to 2.2.7. + +.. + +.. bpo: 34602 +.. date: 2019-07-02-01-06-47 +.. nonce: 10d4wl +.. section: macOS + +Avoid test suite failures on macOS by no longer calling resource.setrlimit +to increase the process stack size limit at runtime. The runtime change is +no longer needed since the interpreter is being built with a larger default +stack size. diff --git a/Misc/NEWS.d/next/Library/2019-06-27-20-33-50.bpo-37437.du39_A.rst b/Misc/NEWS.d/next/Library/2019-06-27-20-33-50.bpo-37437.du39_A.rst deleted file mode 100644 index 80719ee152..0000000000 --- a/Misc/NEWS.d/next/Library/2019-06-27-20-33-50.bpo-37437.du39_A.rst +++ /dev/null @@ -1 +0,0 @@ -Update vendorized expat version to 2.2.7. diff --git a/Misc/NEWS.d/next/macOS/2019-07-02-01-06-47.bpo-34602.10d4wl.rst b/Misc/NEWS.d/next/macOS/2019-07-02-01-06-47.bpo-34602.10d4wl.rst deleted file mode 100644 index c50ac638df..0000000000 --- a/Misc/NEWS.d/next/macOS/2019-07-02-01-06-47.bpo-34602.10d4wl.rst +++ /dev/null @@ -1,4 +0,0 @@ -Avoid test suite failures on macOS by no longer calling resource.setrlimit -to increase the process stack size limit at runtime. The runtime change is -no longer needed since the interpreter is being built with a larger default -stack size. diff --git a/README.rst b/README.rst index 65e4329669..f9ab63a0f3 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -This is Python version 3.6.9 candidate 1+ -========================================= +This is Python version 3.6.9 +============================ .. image:: https://travis-ci.org/python/cpython.svg?branch=3.6 :alt: CPython build status on Travis CI -- cgit v1.2.1