# Pastebin PK0z4dn9 mattip: cfbolz: PyPy dis-allows setting attributes on non-heaptypes. def setdictvalue(self, space, name, w_value): if not self.is_heaptype(): raise oefmt(space.w_TypeError, "can't set attributes on type object '%N'", self)