File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 23
23
#define PY_MAJOR_VERSION 2
24
24
#define PY_MINOR_VERSION 7
25
25
#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
28
28
29
29
/* Version as a string */
30
- #define PY_VERSION "2.7.15rc1 "
30
+ #define PY_VERSION "2.7.15 "
31
31
/*--end constants--*/
32
32
33
33
/* Subversion Revision number of this file (not of the repository). Empty
Original file line number Diff line number Diff line change
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
+
1
7
Tweak the definition of PyGC_Head, so compilers do not believe it is always
2
8
16-byte aligned on x86. This prevents crashes with more aggressive
3
9
optimizations present in GCC 8.
You can’t perform that action at this time.
0 commit comments