Skip to content

Commit 75c8df5

Browse files
committed
merge 2.7.15 release branch
2 parents 0b3800d + ca079a3 commit 75c8df5

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Include/patchlevel.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
#define PY_MAJOR_VERSION 2
2424
#define PY_MINOR_VERSION 7
2525
#define PY_MICRO_VERSION 15
26-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
27-
#define PY_RELEASE_SERIAL 1
26+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
27+
#define PY_RELEASE_SERIAL 0
2828

2929
/* Version as a string */
30-
#define PY_VERSION "2.7.15rc1"
30+
#define PY_VERSION "2.7.15"
3131
/*--end constants--*/
3232

3333
/* Subversion Revision number of this file (not of the repository). Empty
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
.. bpo: 33374
2+
.. date: 2018-04-29-12-07-00
3+
.. nonce: -xegL6
4+
.. release date: 2018-04-29
5+
.. section: Core and Builtins
6+
17
Tweak the definition of PyGC_Head, so compilers do not believe it is always
28
16-byte aligned on x86. This prevents crashes with more aggressive
39
optimizations present in GCC 8.

0 commit comments

Comments
 (0)