This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients
Date 2006-12-22.21:41:25
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Thanks for the progress!  There are still a few lines ending in whitespace or lines that are longer than 80 chars (and weren't before).  Mind cleaning those up?

Also ceval.c:2305 and compile.c:1440 contain code that gcc 2.95 won't compile (the 'int' declarations ought to be moved to the start of the containing {...} block); I think this style is not C89 compatible.
History
Date User Action Args
2007-08-23 15:55:33adminlinkissue1607548 messages
2007-08-23 15:55:33admincreate