[Python-checkins] cpython (3.5): upgrade xxlimited abi to 3.5

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


https://hg.python.org/cpython/rev/6278f932fb29
changeset:   96495:6278f932fb29
branch:      3.5
parent:      96493:38ffea158630
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Jun 03 00:04:46 2015 -0500
summary:
  upgrade xxlimited abi to 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