Author: Antonio Cuni <[email protected]>
Branch: py3k
Changeset: r52505:b9d0fc485961
Date: 2012-02-15 15:01 +0100
http://bitbucket.org/pypy/pypy/changeset/b9d0fc485961/
Log: bump the pyc magic number; this should have been checked in with
3648ec4ef989
diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py
--- a/pypy/interpreter/pycode.py
+++ b/pypy/interpreter/pycode.py
@@ -32,7 +32,7 @@
# different value for the highest 16 bits. Bump pypy_incremental_magic every
# time you make pyc files incompatible
-pypy_incremental_magic = 0 # bump it by 16
+pypy_incremental_magic = 16 # bump it by 16
assert pypy_incremental_magic % 16 == 0
assert pypy_incremental_magic < 3000 # the magic number of Python 3. There are
# no known magic numbers below this value
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit