Skip to content

Commit aee2e28

Browse files
author
Michael W. Hudson
committed
the ast-branch changed the stack discipline of MAKE_CLOSURE, so we need to
bump MAGIC.
1 parent cfc3471 commit aee2e28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Python/import.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ extern time_t PyOS_GetLastModificationTime(char *, FILE *);
5252
Python 2.4a3: 62051
5353
Python 2.4b1: 62061
5454
Python 2.5a0: 62071
55+
Python 2.5a0: 62081 (ast-branch)
56+
.
5557
*/
56-
#define MAGIC (62071 | ((long)'\r'<<16) | ((long)'\n'<<24))
58+
#define MAGIC (62081 | ((long)'\r'<<16) | ((long)'\n'<<24))
5759

5860
/* Magic word as global; note that _PyImport_Init() can change the
5961
value of this global to accommodate for alterations of how the

0 commit comments

Comments
 (0)