8000 3.7.8 · python/cpython@4b47a5b · GitHub
[go: up one dir, main page]

Skip to content

Commit 4b47a5b

Browse files
committed
3.7.8
1 parent cfbc759 commit 4b47a5b

File tree

5 files changed

+26
-8
lines changed

5 files changed

+26
-8
lines changed

Include/patchlevel.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
#define PY_MAJOR_VERSION 3
2020
#define PY_MINOR_VERSION 7
2121
#define PY_MICRO_VERSION 8
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.7.8rc1+"
26+
#define PY_VERSION "3.7.8"
2727
/*--end constants--*/
2828

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

Misc/NEWS.d/3.7.8.rst

Lines changed: 21 additions & 0 deletions
DF47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.. bpo: 41009
2+
.. date: 2020-06-17-17-27-07
3+
.. nonce: Rvn6OQ
4+
.. release date: 2020-06-27
5+
.. section: Tests
6+
7+
Fix use of ``support.require_{linux|mac|freebsd}_version()`` decorators as
8+
class decorator.
9+
10+
..
11+
12+
.. bpo: 41100
13+
.. date: 2020-06-24-13-51-57
14+
.. nonce: mcHdc5
15+
.. section: macOS
16+
17+
Fix configure error when building on macOS 11. Note that 3.7.8 was released
18+
shortly after the first developer preview of macOS 11 (Big Sur); there are
19+
other known issues with building and running on the developer preview. Big
20+
Sur is expected to be fully supported in a future bugfix release of Python
21+
3.8.x and with 3.9.0.

Misc/NEWS.d/next/Tests/2020-06-17-17-27-07.bpo-41009.Rvn6OQ.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

Misc/NEWS.d/next/macOS/2020-06-24-13-51-57.bpo-41100.mcHdc5.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This is Python version 3.7.8 candidate 1+
2-
=========================================
1+
This is Python version 3.7.8
2+
============================
33

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

0 commit comments

Comments
 (0)
0