Commit f53d20f2 authored by Benjamin Peterson's avatar Benjamin Peterson

in 72556ff86828, I should have updated the magic as well as the comment (#14230)

parent de394543
......@@ -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. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment