Hi Wim, On Fri, Oct 26, 2012 at 8:04 PM, <[email protected]> wrote: > -> assert s_value.contains(self.bindings[arg]) > > where s_value = SomeBool(knowntypedata={}) and self.bindings[arg] is > SomeBool(const=True, knowntypedata={}).
Are you sure about that? Isn't it the opposite: s_value has the 'const' but self.bindings[arg] doesn't? A bientôt, Armin. _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
