Python recipe 277940 by Raymond Hettinger (programs). Revision 9.
Decorator for automatic code optimization. If a global is known at compile time, replace it with a constant. Fold tuples of constants into a single constant. Fold constant attribute lookups into a single constant.