Comment 7 for bug 87844

Revision history for this message
Philipp Kern (pkern) wrote :

Oh well, that code scares me somewhat. SVN fixed the initial problem by placing "if self.app.children" checks in almost every function. (The exception patch proposed by Alberto looks wrong.)

The bug found by xtknight is similar but not the same. There upstream used hasattr to check if the attribute is really there before accessing it. So maybe we should merge all those sanity checks from SVN.