From: Neal Norwitz Date: Fri, 4 Aug 2006 05:12:19 +0000 (+0000) Subject: There were really two issues X-Git-Tag: v2.5c1~150 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a70f95ee84007d1aef64fd89e1168dba2ae2b83;p=thirdparty%2FPython%2Fcpython.git There were really two issues --- diff --git a/Python/import.c b/Python/import.c index 7c948cdc2d42..8ed34bf27ada 100644 --- a/Python/import.c +++ b/Python/import.c @@ -62,7 +62,8 @@ extern time_t PyOS_GetLastModificationTime(char *, FILE *); Python 2.5a0: 62092 (changed WITH_CLEANUP opcode) Python 2.5b3: 62101 (fix wrong code: for x, in ...) Python 2.5b3: 62111 (fix wrong code: x += yield) - Python 2.5c1: 62121 (fix wrong lnotab with for loops) + Python 2.5c1: 62121 (fix wrong lnotab with for loops and + storing constants that should have been removed) . */ #define MAGIC (62121 | ((long)'\r'<<16) | ((long)'\n'<<24))