]> granicus.if.org Git - python/commitdiff
in 72556ff86828, I should have updated the magic as well as the comment (#14230)
authorBenjamin Peterson <benjamin@python.org>
Fri, 16 Mar 2012 14:39:12 +0000 (09:39 -0500)
committerBenjamin Peterson <benjamin@python.org>
Fri, 16 Mar 2012 14:39:12 +0000 (09:39 -0500)
Python/import.c

index c0f89aaa1b75de26c7485d7eef49d18b7fc42e94..144ca71117fac6b213ece34e42cb625878a53618 100644 (file)
@@ -118,7 +118,7 @@ typedef unsigned short mode_t;
 #define STRIFY(name) QUOTE(name)
 #define MAJOR STRIFY(PY_MAJOR_VERSION)
 #define MINOR STRIFY(PY_MINOR_VERSION)
-#define MAGIC (3210 | ((long)'\r'<<16) | ((long)'\n'<<24))
+#define MAGIC (3220 | ((long)'\r'<<16) | ((long)'\n'<<24))
 #define TAG "cpython-" MAJOR MINOR;
 #define CACHEDIR "__pycache__"
 /* Current magic word and string tag as globals. */