Skip to content
Snippets Groups Projects
Commit 201c8f79 authored by Ned Deily's avatar Ned Deily
Browse files

3.6.9

parent 782854f9
No related branches found
Tags v3.6.9
No related merge requests found
...@@ -19,11 +19,11 @@ ...@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3 #define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 6 #define PY_MINOR_VERSION 6
#define PY_MICRO_VERSION 9 #define PY_MICRO_VERSION 9
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 1 #define PY_RELEASE_SERIAL 0
/* Version as a string */ /* Version as a string */
#define PY_VERSION "3.6.9rc1+" #define PY_VERSION "3.6.9"
/*--end constants--*/ /*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
......
.. 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 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 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 no longer needed since the interpreter is being built with a larger default
......
Update vendorized expat version to 2.2.7.
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 .. image:: https://travis-ci.org/python/cpython.svg?branch=3.6
:alt: CPython build status on Travis CI :alt: CPython build status on Travis CI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment