Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r68927:633456049ba7
Date: 2014-01-24 14:12 -0800
http://bitbucket.org/pypy/pypy/changeset/633456049ba7/

Log:    bump for the new co_flag

diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py
--- a/pypy/interpreter/pycode.py
+++ b/pypy/interpreter/pycode.py
@@ -35,7 +35,7 @@
 # different value for the highest 16 bits. Bump pypy_incremental_magic every
 # time you make pyc files incompatible
 
-pypy_incremental_magic = 16 # bump it by 16
+pypy_incremental_magic = 32 # 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]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to