mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
in 72556ff86828, I should have updated the magic as well as the comment (#14230)
This commit is contained in:
parent
de394543b4
commit
f53d20f2cd
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user