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
==
---
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