On Tue, 2 Feb 2010 19:19:17 -0600 (CST), Satish Balay <balay at mcs.anl.gov> wrote: > Also the current code looks buggy. self.methods[self.method=0] will never get used? It gets used, but the cached value was ignored so compile test would be repeated for each attribute. Fixed now to use self.method is None. Jed