Author: Raffael Tfirst <[email protected]>
Branch: py3.5-async
Changeset: r85778:628c5ed8c43e
Date: 2016-07-20 14:47 +0200
http://bitbucket.org/pypy/pypy/changeset/628c5ed8c43e/
Log: Update sre MAGIC number for constants in rpython
diff --git a/rpython/rlib/rsre/rsre_char.py b/rpython/rlib/rsre/rsre_char.py
--- a/rpython/rlib/rsre/rsre_char.py
+++ b/rpython/rlib/rsre/rsre_char.py
@@ -24,7 +24,7 @@
#### Constants
# Identifying as _sre from Python 2.3 and onwards (at least up to 2.7)
-MAGIC = 20031017
+MAGIC = 20140917
if sys.maxint > 2**32:
MAXREPEAT = int(2**32 - 1)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit