mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
in 72556ff86828, I should have updated the magic as well as the comment (#14230)
This commit is contained in:
parent
de394543b4
commit
f53d20f2cd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue