[Python-3000-checkins] r52819 - python/branches/p3yk/Python/ceval.c

2006-11-21 Thread guido.van.rossum
Author: guido.van.rossum Date: Wed Nov 22 05:45:33 2006 New Revision: 52819 Modified: python/branches/p3yk/Python/ceval.c Log: Make it compile with older compilers. Modified: python/branches/p3yk/Python/ceval.c == ---

[Python-3000-checkins] r52820 - in python/branches/p3yk/Lib: compiler/transformer.py test/test_compiler.py

2006-11-21 Thread guido.van.rossum
Author: guido.van.rossum Date: Wed Nov 22 05:55:53 2006 New Revision: 52820 Modified: python/branches/p3yk/Lib/compiler/transformer.py python/branches/p3yk/Lib/test/test_compiler.py Log: The rest of patch 1549670 by Jiwon, making the compiler test pass. This removes some bogus debug stuff Ji