[petsc-dev] breakage with python2.2

Jed Brown jed at 59A2.org
Wed Feb 3 04:36:10 CST 2010


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



More information about the petsc-dev mailing list