Skip to content
Snippets Groups Projects
Unverified Commit 4b47a5b6 authored by Ned Deily's avatar Ned Deily
Browse files

3.7.8

parent cfbc759f
No related branches found
No related tags found
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 7 #define PY_MINOR_VERSION 7
#define PY_MICRO_VERSION 8 #define PY_MICRO_VERSION 8
#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.7.8rc1+" #define PY_VERSION "3.7.8"
/*--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: 41009
.. date: 2020-06-17-17-27-07
.. nonce: Rvn6OQ
.. release date: 2020-06-27
.. section: Tests
Fix use of ``support.require_{linux|mac|freebsd}_version()`` decorators as
class decorator.
..
.. bpo: 41100
.. date: 2020-06-24-13-51-57
.. nonce: mcHdc5
.. section: macOS
Fix configure error when building on macOS 11. Note that 3.7.8 was released
shortly after the first developer preview of macOS 11 (Big Sur); there are
other known issues with building and running on the developer preview. Big
Sur is expected to be fully supported in a future bugfix release of Python
3.8.x and with 3.9.0.
Fix use of ``support.require_{linux|mac|freebsd}_version()`` decorators as
class decorator.
Support macOS 11 when building.
This is Python version 3.7.8 candidate 1+ This is Python version 3.7.8
========================================= ============================
.. image:: https://travis-ci.org/python/cpython.svg?branch=3.7 .. image:: https://travis-ci.org/python/cpython.svg?branch=3.7
: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