[Python-checkins] cpython (merge 3.5 -> default): merge 3.5

benjamin.peterson python-checkins at python.org
Wed Jun 3 07:05:04 CEST 2015


https://hg.python.org/cpython/rev/6278231825a1
changeset:   96496:6278231825a1
parent:      96494:234391ce0163
parent:      96495:6278f932fb29
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Jun 03 00:04:52 2015 -0500
summary:
  merge 3.5

files:
  setup.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -1577,7 +1577,7 @@
 
         if 'd' not in sys.abiflags:
             ext = Extension('xxlimited', ['xxlimited.c'],
-                            define_macros=[('Py_LIMITED_API', '0x03040000')])
+                            define_macros=[('Py_LIMITED_API', '0x03050000')])
             self.extensions.append(ext)
 
         return missing

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list