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 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
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+
17 Tweak the definition of PyGC_Head, so compilers do not believe it is always
2816-byte aligned on x86. This prevents crashes with more aggressive
39optimizations present in GCC 8.
You can’t perform that action at this time.
0 commit comments