[pypy-dev] unable to translate due to isinstance call

Armin Rigo arigo at tunes.org
Sat Oct 27 10:30:02 CEST 2012


Hi Wim,

On Fri, Oct 26, 2012 at 8:04 PM,  <wlavrijsen at lbl.gov> 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.


More information about the pypy-dev mailing list