[pypy-svn] commit/pypy: arigo: Change sys.api_version to 1013. The old value 1012 was still the one

Bitbucket commits-noreply at bitbucket.org
Fri Dec 17 15:09:14 CET 2010


1 new changeset in pypy:

http://bitbucket.org/pypy/pypy/changeset/4e8ee7a8da96/
changeset:   r40076:4e8ee7a8da96
user:        arigo
date:        2010-12-17 15:09:04
summary:     Change sys.api_version to 1013.  The old value 1012 was still the one
copied from Python 2.4.
affected #:  1 file (0 bytes)

--- a/pypy/module/sys/version.py	Fri Dec 17 11:32:54 2010 +0100
+++ b/pypy/module/sys/version.py	Fri Dec 17 15:09:04 2010 +0100
@@ -6,7 +6,7 @@
 
 #XXX # the release serial 42 is not in range(16)
 CPYTHON_VERSION            = (2, 5, 2, "beta", 42)   #XXX # sync patchlevel.h
-CPYTHON_API_VERSION        = 1012   #XXX # sync with include/modsupport.h
+CPYTHON_API_VERSION        = 1013   #XXX # sync with include/modsupport.h
 
 PYPY_VERSION               = (1, 4, 0, "beta", 0)    #XXX # sync patchlevel.h

Repository URL: https://bitbucket.org/pypy/pypy/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the Pypy-commit mailing list